HomeSort by relevance Sort by last modified time
    Searched defs:JSContextRef (Results 1 - 8 of 8) sorted by null

  /external/webkit/WebKit/mac/WebView/
WebSerializedJSValue.h 27 typedef const struct OpaqueJSContext* JSContextRef;
35 - (id)initWithValue:(JSValueRef)object context:(JSContextRef)sourceContext exception:(JSValueRef*)exception;
36 - (JSValueRef)deserialize:(JSContextRef)destinationContext;
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
EventSender.h 33 typedef const struct OpaqueJSContext* JSContextRef;
36 JSObjectRef makeEventSender(JSContextRef context);
  /external/webkit/WebKitTools/DumpRenderTree/win/
EventSender.h 35 typedef const struct OpaqueJSContext* JSContextRef;
38 JSObjectRef makeEventSender(JSContextRef context);
  /external/webkit/WebKit/win/
WebSerializedJSValue.h 30 typedef const struct OpaqueJSContext* JSContextRef;
44 virtual HRESULT STDMETHODCALLTYPE serialize(JSContextRef, JSValueRef value, JSValueRef* exception);
45 virtual HRESULT STDMETHODCALLTYPE deserialize(JSContextRef, JSValueRef* result);
WebFrame.h 61 typedef const struct OpaqueJSContext* JSContextRef;
  /external/webkit/JavaScriptCore/API/
APICast.h 44 typedef const struct OpaqueJSContext* JSContextRef;
52 inline JSC::ExecState* toJS(JSContextRef c)
133 inline JSContextRef toRef(JSC::ExecState* e)
135 return reinterpret_cast<JSContextRef>(e);
JSBase.h 38 /*! @typedef JSContextRef A JavaScript execution context. Holds the global object and other execution state. */
39 typedef const struct OpaqueJSContext* JSContextRef;
99 JS_EXPORT JSValueRef JSEvaluateScript(JSContextRef ctx, JSStringRef script, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception);
111 JS_EXPORT bool JSCheckScriptSyntax(JSContextRef ctx, JSStringRef script, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception);
126 JS_EXPORT void JSGarbageCollect(JSContextRef ctx);
  /external/webkit/WebCore/bindings/js/
SerializedScriptValue.h 32 typedef const struct OpaqueJSContext* JSContextRef;
184 static PassRefPtr<SerializedScriptValue> create(JSContextRef, JSValueRef value, JSValueRef* exception);
218 JSValueRef deserialize(JSContextRef, JSValueRef* exception);

Completed in 196 milliseconds