Home
last modified time | relevance | path

Searched refs:JSObjectMake (Results 1 – 20 of 20) sorted by relevance

/external/webkit/JavaScriptCore/API/tests/
Dtestapi.c645 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()
DJSNodeList.c122 return JSObjectMake(context, JSNodeList_class(context), nodeList); in JSNodeList_new()
DJSNode.c185 return JSObjectMake(context, JSNode_class(context), node); in JSNode_new()
/external/webkit/WebKitTools/DumpRenderTree/
DAccessibilityController.cpp51 JSValueRef accessibilityControllerObject = JSObjectMake(context, getJSClass(), this); in makeWindowObject()
DGCController.cpp77 JSValueRef gcControllerObject = JSObjectMake(context, getJSClass(), this); in makeWindowObject()
DAccessibilityUIElement.cpp359 …return JSObjectMake(context, AccessibilityUIElement::getJSClass(), new AccessibilityUIElement(elem… in makeJSAccessibilityUIElement()
DLayoutTestController.cpp880 JSValueRef layoutTestContollerObject = JSObjectMake(context, getJSClass(), this); in makeWindowObject()
/external/webkit/JavaScriptCore/API/
DJSCallbackConstructor.cpp77 return toJS(JSObjectMake(ctx, static_cast<JSCallbackConstructor*>(constructor)->classRef(), 0)); in constructJSCallback()
DJSObjectRef.h410 JS_EXPORT JSObjectRef JSObjectMake(JSContextRef ctx, JSClassRef jsClass, void* data);
DJSObjectRef.cpp75 JSObjectRef JSObjectMake(JSContextRef ctx, JSClassRef jsClass, void* data) in JSObjectMake() function
/external/webkit/WebKit/win/WebKit.vcproj/
DWebKit.def56 JSObjectMake
DWebKit_debug.def56 JSObjectMake
DWebKit_Cairo.def57 JSObjectMake
DWebKit_Cairo_debug.def57 JSObjectMake
/external/webkit/WebCore/inspector/
DJavaScriptProfile.cpp176 profileWrapper = toJS(JSObjectMake(toRef(exec), ProfileClass(), static_cast<void*>(profile))); in toJS()
DJavaScriptProfileNode.cpp279 …profileNodeWrapper = toJS(JSObjectMake(toRef(exec), ProfileNodeClass(), static_cast<void*>(profile… in toJS()
/external/webkit/WebKitTools/DumpRenderTree/win/
DEventSender.cpp596 return JSObjectMake(context, getClass(context), 0); in makeEventSender()
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-147049 (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 …]
DChangeLog-2008-08-10362 (JSObjectMake):
1102 (JSObjectMake): Updated for the change in OpaqueJSClass::prototype() argument type.
1800 (JSObjectMake):
5189 (JSObjectMake):
15901 (JSObjectMake):
16510 (JSObjectMake):
30211 (JSObjectMake):
DChangeLog-2009-06-1631327 (JSObjectMake): Use heap. instead of heap-> to work with the heap.
33698 (JSObjectMake): Ditto.
39305 (JSObjectMake):