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

1234567

/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSIDBAnyCustom.cpp55 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, const IDBKeyPath& value) function in namespace:WebCore
66 return toJS(exec, globalObject, keyPaths.release());
73 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, IDBAny* idbAny) function in namespace:WebCore
84 return toJS(exec, globalObject, idbAny->domStringList());
86 return toJS(exec, globalObject, idbAny->idbCursor());
90 return toJS(exec, globalObject, idbAny->idbDatabase());
92 return toJS(exec, globalObject, idbAny->idbFactory());
94 return toJS(exec, globalObject, idbAny->idbIndex());
96 return toJS(exec, globalObject, idbAny->idbObjectStore());
98 return toJS(exe
[all...]
H A DJSMicroDataItemValueCustom.cpp43 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, MicroDataItemValue* itemValue) function in namespace:WebCore
48 return toJS(exec, globalObject, itemValue->getNode());
H A DJSTrackEventCustom.cpp45 return toJS(exec, globalObject(), track);
H A DJSImageDataCustom.cpp38 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, ImageData* imageData) function in namespace:WebCore
49 wrapper->putDirect(exec->vm(), dataName, toJS(exec, globalObject, imageData->data()), DontDelete | ReadOnly);
H A DJSFileReaderCustom.cpp49 return toJS(exec, globalObject(), WTF::getPtr(imp->arrayBufferResult()));
H A DJSHTMLElementCustom.cpp46 scope = JSWithScope::create(exec, asObject(toJS(exec, globalObject(), element->ownerDocument())), scope);
50 scope = JSWithScope::create(exec, asObject(toJS(exec, globalObject(), form)), scope);
53 return JSWithScope::create(exec, asObject(toJS(exec, globalObject(), element)), scope);
60 return toJS(exec, globalObject(), WTF::getPtr(element->itemValue()));
H A DJSTrackCustom.h39 JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, TrackBase*);
H A DJSCustomSQLStatementErrorCallback.cpp55 args.append(toJS(exec, m_data->globalObject(), transaction));
56 args.append(toJS(exec, m_data->globalObject(), error));
H A DJSEventCustom.cpp48 return impl()->isClipboardEvent() ? toJS(exec, globalObject(), impl()->clipboardData()) : jsUndefined();
55 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, Event* event) function in namespace:WebCore
H A DJSHTMLFormElementCustom.cpp58 return toJS(exec, jsForm->globalObject(), namedItems[0].get());
61 return toJS(exec, jsForm->globalObject(), StaticNodeList::adopt(namedItems).get());
/macosx-10.9.5/JavaScriptCore-7537.78.1/API/
H A DJSProfilerPrivate.cpp37 LegacyProfiler::profiler()->startProfiling(toJS(ctx), title->string());
42 ExecState* exec = toJS(ctx);
H A DJSValueRef.cpp71 ExecState* exec = toJS(ctx);
74 JSValue jsValue = toJS(exec, value);
96 ExecState* exec = toJS(ctx);
99 JSValue jsValue = toJS(exec, value);
109 ExecState* exec = toJS(ctx);
112 JSValue jsValue = toJS(exec, value);
122 ExecState* exec = toJS(ctx);
125 JSValue jsValue = toJS(exec, value);
135 ExecState* exec = toJS(ctx);
138 JSValue jsValue = toJS(exe
[all...]
H A DJSWeakObjectMapRefPrivate.cpp48 ExecState* exec = toJS(context);
61 ExecState* exec = toJS(ctx);
63 JSObject* obj = toJS(object);
76 ExecState* exec = toJS(ctx);
87 ExecState* exec = toJS(ctx);
H A DJSBase.cpp51 ExecState* exec = toJS(ctx);
54 JSObject* jsThisObject = toJS(thisObject);
82 ExecState* exec = toJS(ctx);
109 ExecState* exec = toJS(ctx);
121 ExecState* exec = toJS(ctx);
133 ExecState* exec = toJS(ctx);
H A DJSObjectRef.cpp87 ExecState* exec = toJS(ctx);
106 ExecState* exec = toJS(ctx);
117 ExecState* exec = toJS(ctx);
135 ExecState* exec = toJS(ctx);
161 ExecState* exec = toJS(ctx);
168 argList.append(toJS(exec, arguments[i]));
190 ExecState* exec = toJS(ctx);
195 argList.append(toJS(exec, arguments[i]));
214 ExecState* exec = toJS(ctx);
217 JSValue message = argumentCount ? toJS(exe
[all...]
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DMediaQueryListListener.cpp33 callback.appendArgument(toJS(state, deprecatedGlobalObjectForPrototype(state), query));
/macosx-10.9.5/WebCore-7537.78.1/testing/js/
H A DWebCoreTestSupport.cpp44 ExecState* exec = toJS(context);
49 globalObject->putDirect(exec->vm(), Identifier(exec, Internals::internalsId), toJS(exec, globalObject, Internals::create(toDocument(scriptContext))));
54 ExecState* exec = toJS(context);
/macosx-10.9.5/JavaScriptCore-7537.78.1/profiler/
H A DProfilerCompiledBytecode.cpp45 JSValue CompiledBytecode::toJS(ExecState* exec) const function in class:JSC::Profiler::CompiledBytecode
49 result->putDirect(exec->vm(), exec->propertyNames().origin, m_origin.toJS(exec));
H A DProfilerCompiledBytecode.h45 JSValue toJS(ExecState*) const;
H A DProfilerOSRExitSite.cpp37 JSValue OSRExitSite::toJS(ExecState* exec) const function in class:JSC::Profiler::OSRExitSite
H A DProfilerOSRExitSite.h43 JSValue toJS(ExecState*) const;
H A DProfilerProfiledBytecodes.h42 JSValue toJS(ExecState*) const;
H A DProfilerOSRExit.cpp48 JSValue OSRExit::toJS(ExecState* exec) const function in class:JSC::Profiler::OSRExit
52 result->putDirect(exec->vm(), exec->propertyNames().origin, m_origin.toJS(exec));
H A DProfilerProfiledBytecodes.cpp45 JSValue ProfiledBytecodes::toJS(ExecState* exec) const function in class:JSC::Profiler::ProfiledBytecodes
/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_pixmapruntime.h33 static JSObjectRef toJS(JSContextRef, const QVariant&, JSValueRef* exception);

Completed in 199 milliseconds

1234567