Searched refs:JSObjectMake (Results 1 – 20 of 20) sorted by relevance
/external/webkit/JavaScriptCore/API/tests/ |
D | testapi.c | 645 JSObjectRef result = JSObjectMake(context, NULL, NULL); in myConstructor_callAsConstructor() 732 JSObjectRef o = JSObjectMake(context, Derived_class(context), (void*)1); in testInitializeFinalize() 778 JSObjectRef jsObjectNoProto = JSObjectMake(context, NULL, NULL); in main() 830 JSObjectRef myObject = JSObjectMake(context, MyObject_class(context), NULL); in main() 835 … JSObjectRef EvilExceptionObject = JSObjectMake(context, EvilExceptionObject_class(context), NULL); in main() 840 JSObjectRef EmptyObject = JSObjectMake(context, EmptyObject_class(context), NULL); in main() 946 jsGlobalValue = JSObjectMake(context, NULL, NULL); in main() 1059 o = JSObjectMake(context, NULL, NULL); in main()
|
D | JSNodeList.c | 122 return JSObjectMake(context, JSNodeList_class(context), nodeList); in JSNodeList_new()
|
D | JSNode.c | 185 return JSObjectMake(context, JSNode_class(context), node); in JSNode_new()
|
/external/webkit/WebKitTools/DumpRenderTree/ |
D | AccessibilityController.cpp | 51 JSValueRef accessibilityControllerObject = JSObjectMake(context, getJSClass(), this); in makeWindowObject()
|
D | GCController.cpp | 77 JSValueRef gcControllerObject = JSObjectMake(context, getJSClass(), this); in makeWindowObject()
|
D | AccessibilityUIElement.cpp | 359 …return JSObjectMake(context, AccessibilityUIElement::getJSClass(), new AccessibilityUIElement(elem… in makeJSAccessibilityUIElement()
|
D | LayoutTestController.cpp | 880 JSValueRef layoutTestContollerObject = JSObjectMake(context, getJSClass(), this); in makeWindowObject()
|
/external/webkit/JavaScriptCore/API/ |
D | JSCallbackConstructor.cpp | 77 return toJS(JSObjectMake(ctx, static_cast<JSCallbackConstructor*>(constructor)->classRef(), 0)); in constructJSCallback()
|
D | JSObjectRef.h | 410 JS_EXPORT JSObjectRef JSObjectMake(JSContextRef ctx, JSClassRef jsClass, void* data);
|
D | JSObjectRef.cpp | 75 JSObjectRef JSObjectMake(JSContextRef ctx, JSClassRef jsClass, void* data) in JSObjectMake() function
|
/external/webkit/WebKit/win/WebKit.vcproj/ |
D | WebKit.def | 56 JSObjectMake
|
D | WebKit_debug.def | 56 JSObjectMake
|
D | WebKit_Cairo.def | 57 JSObjectMake
|
D | WebKit_Cairo_debug.def | 57 JSObjectMake
|
/external/webkit/WebCore/inspector/ |
D | JavaScriptProfile.cpp | 176 profileWrapper = toJS(JSObjectMake(toRef(exec), ProfileClass(), static_cast<void*>(profile))); in toJS()
|
D | JavaScriptProfileNode.cpp | 279 …profileNodeWrapper = toJS(JSObjectMake(toRef(exec), ProfileNodeClass(), static_cast<void*>(profile… in toJS()
|
/external/webkit/WebKitTools/DumpRenderTree/win/ |
D | EventSender.cpp | 596 return JSObjectMake(context, getClass(context), 0); in makeEventSender()
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 7049 (JSObjectMake): 8365 Similarly, we have JSObjectMake and JSObjectMakeWithPrototype, the latter 8432 JSObjectMake. We have never had a need for exceptions when iniitializing, 8464 - Added excpetion propopgation to JSObjectMake, to support initialize 8531 (JSObjectMake): 9012 are true of all functions/constructors, not just those created by JSObjectMake* 9067 JS*Make -> JSValueMake*, JSObjectMake* 9275 (JSObjectMake): 9450 (JSObjectMake): 9956 (JSObjectMake): [all …]
|
D | ChangeLog-2008-08-10 | 362 (JSObjectMake): 1102 (JSObjectMake): Updated for the change in OpaqueJSClass::prototype() argument type. 1800 (JSObjectMake): 5189 (JSObjectMake): 15901 (JSObjectMake): 16510 (JSObjectMake): 30211 (JSObjectMake):
|
D | ChangeLog-2009-06-16 | 31327 (JSObjectMake): Use heap. instead of heap-> to work with the heap. 33698 (JSObjectMake): Ditto. 39305 (JSObjectMake):
|