29 void JSValueToObject(){ }
30 void JSStringCreateWithUTF8CString(){ }
31 void JSStringGetCharactersPtr(){ }
32 void JSValueMakeNull(){ }
33 void JSValueIsUndefined(){ }
34 void JSClassRelease(){ }
35 void JSValueIsObjectOfClass(){ }
36 void JSStringRelease(){ }
37 void JSObjectSetProperty(){ }
38 void JSValueMakeNumber(){ }
39 void JSValueToBoolean(){ }
40 void JSObjectIsFunction(){ }
41 void JSValueIsBoolean(){ }
42 void JSValueToStringCopy(){ }
43 void JSValueToNumber(){ }
44 void JSValueIsString(){ }
45 void JSValueUnprotect(){ }
46 void JSObjectSetPrivate(){ }
47 void JSStringGetUTF8CString(){ }
48 void JSContextGetGlobalObject(){ }
49 void JSValueMakeString(){ }
50 void JSGarbageCollect(){ }
51 void JSStringGetLength(){ }
52 void JSObjectMakeConstructor(){ }
53 void JSObjectCallAsFunction(){ }
54 void JSValueMakeBoolean(){ }
55 void JSValueIsObject(){ }
56 void JSObjectGetPropertyAtIndex(){ }
57 void JSObjectMakeFunction(){ }
58 void JSObjectCopyPropertyNames(){ }
59 void JSPropertyNameArrayRelease() { }
60 void JSObjectIsConstructor(){ }
61 void JSStringGetMaximumUTF8CStringSize(){ }
62 void JSValueMakeUndefined(){ }
63 void JSObjectMake(){ }
64 void JSPropertyNameArrayGetNameAtIndex(){ }
65 void JSValueIsInstanceOfConstructor(){ }
67 void JSValueIsNumber(){ }
68 void JSObjectHasProperty(){ }
69 void JSObjectGetPrivate(){ }
70 void JSPropertyNameArrayGetCount(){ }
71 void JSObjectMakeArray(){ }
72 void JSObjectGetProperty(){ }
73 void JSClassCreate(){ }
74 void JSValueProtect(){ }
75 void JSStringCreateWithCharacters(){ }
76 void JSObjectMakeDate(){ }
77 void JSObjectMakeError(){ }