Home
last modified time | relevance | path

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

/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.cpp252 …return JSObjectMake(context, AccessibilityUIElement::getJSClass(), new AccessibilityUIElement(elem… in makeJSAccessibilityUIElement()
DLayoutTestController.cpp684 JSValueRef layoutTestContollerObject = JSObjectMake(context, getJSClass(), this); in makeWindowObject()
/external/webkit/JavaScriptCore/API/
DJSCallbackConstructor.cpp70 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/JavaScriptCore/API/tests/
Dtestapi.c481 JSObjectRef result = JSObjectMake(context, NULL, NULL); in myConstructor_callAsConstructor()
556 JSObjectRef o = JSObjectMake(context, Derived_class(context), (void*)1); in testInitializeFinalize()
602 JSObjectRef jsObjectNoProto = JSObjectMake(context, NULL, NULL); in main()
654 JSObjectRef myObject = JSObjectMake(context, MyObject_class(context), NULL); in main()
760 jsGlobalValue = JSObjectMake(context, NULL, NULL); in main()
873 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/WebKit/win/WebKit.vcproj/
DWebKit_Cairo_debug.def31 JSObjectMake
DWebKit.def31 JSObjectMake
DWebKit_Cairo.def31 JSObjectMake
DWebKit_debug.def31 JSObjectMake
/external/webkit/WebCore/inspector/
DJavaScriptProfileNode.cpp238 …profileNodeWrapper = toJS(JSObjectMake(toRef(exec), ProfileNodeClass(), static_cast<void*>(profile… in toJS()
DJavaScriptProfile.cpp289 profileWrapper = toJS(JSObjectMake(toRef(exec), ProfileClass(), static_cast<void*>(profile))); in toJS()
DInspectorController.cpp1596 …m_controllerScriptObject = JSObjectMake(m_scriptContext, controllerClass, reinterpret_cast<void*>(… in windowScriptObjectAvailable()
1816 JSObjectRef object = JSObjectMake(context, 0, 0); in scriptObjectForRequest()
1826 JSObjectRef object = JSObjectMake(context, 0, 0); in scriptObjectForResponse()
/external/webkit/WebKitTools/DumpRenderTree/win/
DEventSender.cpp596 return JSObjectMake(context, getClass(context), 0); in makeEventSender()
/external/webkit/JavaScriptCore/
DJavaScriptCore.order1400 JSObjectMake
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):
DChangeLog19534 (JSObjectMake): Use heap. instead of heap-> to work with the heap.
21905 (JSObjectMake): Ditto.
27512 (JSObjectMake):