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

12345

/external/webkit/Source/WebCore/bindings/js/
H A DJSIDBAnyCustom.cpp54 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, IDBAny* idbAny) function in namespace:WebCore
65 return toJS(exec, globalObject, idbAny->idbCursor());
67 return toJS(exec, globalObject, idbAny->idbDatabase());
69 return toJS(exec, globalObject, idbAny->idbFactory());
71 return toJS(exec, globalObject, idbAny->idbIndex());
73 return toJS(exec, globalObject, idbAny->idbKey());
75 return toJS(exec, globalObject, idbAny->idbObjectStore());
77 return toJS(exec, globalObject, idbAny->idbTransaction());
H A DJSHTMLElementCustom.cpp41 scope = scope->push(asObject(toJS(exec, globalObject(), element->ownerDocument())));
45 scope = scope->push(asObject(toJS(exec, globalObject(), form)));
48 return scope->push(asObject(toJS(exec, globalObject(), element)));
H A DJSEventTarget.cpp107 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, EventTarget* target) function in namespace:WebCore
114 return toJS(exec, globalObject, eventSource);
120 return toJS(exec, globalObject, instance);
124 return toJS(exec, globalObject, node);
127 return toJS(exec, globalObject, domWindow);
130 return toJS(exec, globalObject, xhr);
133 return toJS(exec, globalObject, upload);
137 return toJS(exec, globalObject, cache);
141 return toJS(exec, globalObject, messagePort);
145 return toJS(exe
[all...]
H A DJSCustomSQLStatementErrorCallback.cpp54 args.append(toJS(exec, transaction));
55 args.append(toJS(exec, error));
H A DJSEventTarget.h40 JSC::JSValue toJS(JSC::ExecState*, JSDOMGlobalObject*, EventTarget*);
H A DJSFileReaderCustom.cpp49 return toJS(exec, globalObject(), WTF::getPtr(imp->arrayBufferResult()));
H A DJSIDBKeyCustom.cpp40 JSValue toJS(ExecState* exec, JSDOMGlobalObject*, IDBKey* key) function in namespace:WebCore
H A DJSFloat32ArrayCustom.cpp41 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Float32Array* object) function in namespace:WebCore
58 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), array.get())));
H A DJSFloat64ArrayCustom.cpp41 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Float64Array* object) function in namespace:WebCore
58 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), array.get())));
H A DJSHTMLFormElementCustom.cpp58 return toJS(exec, namedItems[0].get());
61 return toJS(exec, jsForm->globalObject(), StaticNodeList::adopt(namedItems).get());
H A DJSInt16ArrayCustom.cpp41 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Int16Array* object) function in namespace:WebCore
58 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), array.get())));
H A DJSInt32ArrayCustom.cpp41 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Int32Array* object) function in namespace:WebCore
58 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), array.get())));
H A DJSInt8ArrayCustom.cpp42 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Int8Array* object) function in namespace:WebCore
59 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), array.get())));
H A DJSUint16ArrayCustom.cpp41 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Uint16Array* object) function in namespace:WebCore
58 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), array.get())));
H A DJSUint32ArrayCustom.cpp41 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Uint32Array* object) function in namespace:WebCore
58 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), array.get())));
H A DJSUint8ArrayCustom.cpp41 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, Uint8Array* object) function in namespace:WebCore
58 return JSValue::encode(asObject(toJS(exec, jsConstructor->globalObject(), array.get())));
H A DJSCanvasRenderingContextCustom.cpp40 JSC::JSValue toJS(JSC::ExecState* exec, JSDOMGlobalObject* globalObject, CanvasRenderingContext* object) function in namespace:WebCore
H A DJSDOMMimeTypeArrayCustom.cpp39 return toJS(exec, thisObj->impl()->namedItem(identifierToAtomicString(propertyName)));
H A DJSDOMPluginArrayCustom.cpp39 return toJS(exec, thisObj->impl()->namedItem(identifierToAtomicString(propertyName)));
/external/webkit/Source/JavaScriptCore/API/
H A DJSProfilerPrivate.cpp37 Profiler::profiler()->startProfiling(toJS(ctx), title->ustring());
42 ExecState* exec = toJS(ctx);
H A DJSValueRef.cpp51 ExecState* exec = toJS(ctx);
54 JSValue jsValue = toJS(exec, value);
72 ExecState* exec = toJS(ctx);
75 JSValue jsValue = toJS(exec, value);
81 ExecState* exec = toJS(ctx);
84 JSValue jsValue = toJS(exec, value);
90 ExecState* exec = toJS(ctx);
93 JSValue jsValue = toJS(exec, value);
99 ExecState* exec = toJS(ctx);
102 JSValue jsValue = toJS(exe
[all...]
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);
187 JSValue message = argumentCount ? toJS(exe
[all...]
H A DJSWeakObjectMapRefPrivate.cpp46 ExecState* exec = toJS(context);
55 ExecState* exec = toJS(ctx);
57 JSObject* obj = toJS(object);
66 ExecState* exec = toJS(ctx);
H A DJSBase.cpp47 ExecState* exec = toJS(ctx);
50 JSObject* jsThisObject = toJS(thisObject);
72 ExecState* exec = toJS(ctx);
96 ExecState* exec = toJS(ctx);
110 ExecState* exec = toJS(ctx);
H A DJSContextRef.cpp54 toJS(group)->ref();
60 toJS(group)->deref();
87 RefPtr<JSGlobalData> globalData = group ? PassRefPtr<JSGlobalData>(toJS(group)) : JSGlobalData::createContextGroup(ThreadStackTypeSmall);
111 ExecState* exec = toJS(ctx);
122 ExecState* exec = toJS(ctx);
157 ExecState* exec = toJS(ctx);
166 ExecState* exec = toJS(ctx);
172 ExecState* exec = toJS(ctx);

Completed in 123 milliseconds

12345