Home | History | Annotate | Download | only in js

Lines Matching refs:toJS

107 JSValue toJS(ExecState* exec, JSDOMGlobalObject* globalObject, EventTarget* target)
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(exec, globalObject, worker);
153 return toJS(exec, globalObject, sharedWorker);
161 return toJS(exec, notification);
166 return toJS(exec, idbDatabase);
169 return toJS(exec, idbRequest);
172 return toJS(exec, idbTransaction);
177 return toJS(exec, globalObject, jsAudioNode);
179 return toJS(exec, globalObject, audioContext);
184 return toJS(exec, webSocket);
189 return toJS(exec, globalObject, fileReader);