summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_stats.c
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_stats.c')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_stats.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_stats.c b/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_stats.c
index da3369d0ed..408bc2c6d4 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_stats.c
+++ b/bundles/org.eclipse.swt/Eclipse SWT PI/carbon/library/os_stats.c
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2009 IBM Corporation and others.
+ * Copyright (c) 2000, 2010 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -14,8 +14,8 @@
#ifdef NATIVE_STATS
-int OS_nativeFunctionCount = 1000;
-int OS_nativeFunctionCallCount[1000];
+int OS_nativeFunctionCount = 1003;
+int OS_nativeFunctionCallCount[1003];
char * OS_nativeFunctionNames[] = {
"AECoerceDesc",
"AECountItems",
@@ -681,6 +681,9 @@ char * OS_nativeFunctionNames[] = {
"IsWindowModified",
"IsWindowVisible",
"JNIGetObject",
+ "JSEvaluateScript",
+ "JSStringCreateWithUTF8CString",
+ "JSStringRelease",
"KLGetCurrentKeyboardLayout",
"KLGetKeyboardLayoutProperty",
"KeyTranslate",