Searched refs:toJS (Results 1 - 25 of 108) sorted by relevance

12345

/external/webkit/WebCore/bindings/js/
H A DJSHTMLElementCustom.cpp41 scope.push(asObject(toJS(exec, globalObject(), element->ownerDocument())));
45 scope.push(asObject(toJS(exec, globalObject(), form)));
48 scope.push(asObject(toJS(exec, globalObject(), element)));
H A DJSEventTarget.cpp90 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, EventTarget* target) function in namespace:WebCore
97 return toJS(exec, globalObject, eventSource);
103 return toJS(exec, globalObject, instance);
107 return toJS(exec, globalObject, node);
110 return toJS(exec, globalObject, domWindow);
113 return toJS(exec, globalObject, xhr);
116 return toJS(exec, globalObject, upload);
120 return toJS(exec, globalObject, cache);
124 return toJS(exec, globalObject, messagePort);
128 return toJS(exe
[all...]
H A DJSTreeWalkerCustom.cpp45 return toJS(exec, node);
53 return toJS(exec, node);
61 return toJS(exec, node);
69 return toJS(exec, node);
77 return toJS(exec, node);
85 return toJS(exec, node);
93 return toJS(exec, node);
H A DJSEventTarget.h40 JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, EventTarget*);
H A DJSCustomSQLStatementCallback.cpp67 args.append(toJS(exec, deprecatedGlobalObjectForPrototype(exec), transaction));
68 args.append(toJS(exec, deprecatedGlobalObjectForPrototype(exec), resultSet));
H A DJSCustomSQLStatementErrorCallback.cpp68 args.append(toJS(exec, deprecatedGlobalObjectForPrototype(exec), transaction));
69 args.append(toJS(exec, deprecatedGlobalObjectForPrototype(exec), error));
H A DJSNodeIteratorCustom.cpp52 return toJS(exec, node.get());
67 return toJS(exec, node.get());
H A DJSNodeListCustom.cpp45 return toJS(exec, static_cast<JSNodeList*>(function)->impl()->item(index));
62 return toJS(exec, thisObj->impl()->itemWithName(propertyName));
H A DJSWorkerContextBase.h59 JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, WorkerContext*);
60 JSC::JSValue toJS(JSC::ExecState*, WorkerContext*);
H A DJSCanvasRenderingContextCustom.cpp40 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, CanvasRenderingContext* object) function in namespace:WebCore
H A DJSDataGridColumnListCustom.cpp49 return toJS(exec, thisObj->globalObject(), thisObj->impl()->itemWithName(propertyName));
H A DJSMimeTypeArrayCustom.cpp39 return toJS(exec, thisObj->impl()->namedItem(propertyName));
H A DJSPluginArrayCustom.cpp39 return toJS(exec, thisObj->impl()->namedItem(propertyName));
H A DJSPluginCustom.cpp38 return toJS(exec, thisObj->impl()->namedItem(propertyName));
H A DJSWorkerContextBase.cpp62 JSValue toJS(ExecState* exec, JSDOMGlobalObject*, WorkerContext* workerContext) function in namespace:WebCore
64 return toJS(exec, workerContext);
67 JSValue toJS(ExecState*, WorkerContext* workerContext) function in namespace:WebCore
H A DJSHTMLAllCollectionCustom.cpp51 return toJS(exec, collection->globalObject(), namedItems[0].get());
56 return toJS(exec, collection->globalObject(), StaticNodeList::adopt(namedItems).get());
78 return toJS(exec, jsCollection->globalObject(), collection->item(index));
93 return toJS(exec, jsCollection->globalObject(), node);
126 return toJS(exec, globalObject(), impl()->item(index));
/external/webkit/JavaScriptCore/API/
H A DJSProfilerPrivate.cpp37 Profiler::profiler()->startProfiling(toJS(ctx), title->ustring());
42 ExecState* exec = toJS(ctx);
H A DJSValueRef.cpp49 ExecState* exec = toJS(ctx);
52 JSValue jsValue = toJS(exec, value);
70 ExecState* exec = toJS(ctx);
73 JSValue jsValue = toJS(exec, value);
79 ExecState* exec = toJS(ctx);
82 JSValue jsValue = toJS(exec, value);
88 ExecState* exec = toJS(ctx);
91 JSValue jsValue = toJS(exec, value);
97 ExecState* exec = toJS(ctx);
100 JSValue jsValue = toJS(exe
[all...]
H A DJSContextRef.cpp54 toJS(group)->ref();
60 toJS(group)->deref();
87 RefPtr<JSGlobalData> globalData = group ? PassRefPtr<JSGlobalData>(toJS(group)) : JSGlobalData::createNonDefault();
111 ExecState* exec = toJS(ctx);
122 ExecState* exec = toJS(ctx);
139 ExecState* exec = toJS(ctx);
148 ExecState* exec = toJS(ctx);
154 ExecState* exec = toJS(ctx);
H A DJSObjectRef.cpp78 ExecState* exec = toJS(ctx);
93 ExecState* exec = toJS(ctx);
103 ExecState* exec = toJS(ctx);
117 ExecState* exec = toJS(ctx);
139 ExecState* exec = toJS(ctx);
146 argList.append(toJS(exec, arguments[i]));
164 ExecState* exec = toJS(ctx);
169 argList.append(toJS(exec, arguments[i]));
184 ExecState* exec = toJS(ctx);
189 argList.append(toJS(exe
[all...]
H A DJSBase.cpp46 ExecState* exec = toJS(ctx);
49 JSObject* jsThisObject = toJS(thisObject);
71 ExecState* exec = toJS(ctx);
95 ExecState* exec = toJS(ctx);
109 ExecState* exec = toJS(ctx);
H A DJSCallbackConstructor.cpp74 exec->setException(toJS(exec, exception));
75 return toJS(result);
78 return toJS(JSObjectMake(ctx, static_cast<JSCallbackConstructor*>(constructor)->classRef(), 0));
H A DAPICast.h52 inline JSC::ExecState* toJS(JSContextRef c) function
58 inline JSC::ExecState* toJS(JSGlobalContextRef c) function
64 inline JSC::JSValue toJS(JSC::ExecState* exec, JSValueRef v) function
94 inline JSC::JSObject* toJS(JSObjectRef o) function
99 inline JSC::PropertyNameArray* toJS(JSPropertyNameAccumulatorRef a) function
104 inline JSC::JSGlobalData* toJS(JSContextGroupRef g) function
/external/webkit/WebCore/inspector/
H A DJavaScriptProfile.h40 JSC::JSValue toJS(JSC::ExecState*, JSC::Profile*);
H A DJavaScriptProfileNode.h42 JSC::JSValue toJS(JSC::ExecState*, JSC::ProfileNode*);

Completed in 267 milliseconds

12345