Searched defs:JSContextRef (Results 1 - 10 of 10) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebSerializedJSValue.h27 typedef const struct OpaqueJSContext* JSContextRef; typedef in typeref:struct:OpaqueJSContext
35 - (id)initWithValue:(JSValueRef)object context:(JSContextRef)sourceContext exception:(JSValueRef*)exception;
36 - (JSValueRef)deserialize:(JSContextRef)destinationContext;
/external/webkit/Tools/DumpRenderTree/gtk/
H A DEventSender.h33 typedef const struct OpaqueJSContext* JSContextRef; typedef in typeref:struct:OpaqueJSContext
36 JSObjectRef makeEventSender(JSContextRef context, bool isTopFrame);
H A DPlainTextController.h32 typedef const struct OpaqueJSContext* JSContextRef; typedef in typeref:struct:OpaqueJSContext
35 JSObjectRef makePlainTextController(JSContextRef);
H A DTextInputController.h32 typedef const struct OpaqueJSContext* JSContextRef; typedef in typeref:struct:OpaqueJSContext
35 JSObjectRef makeTextInputController(JSContextRef);
/external/webkit/Tools/DumpRenderTree/win/
H A DEventSender.h35 typedef const struct OpaqueJSContext* JSContextRef; typedef in typeref:struct:OpaqueJSContext
38 JSObjectRef makeEventSender(JSContextRef context, bool isTopFrame);
/external/webkit/Source/WebKit/win/
H A DWebSerializedJSValue.h31 typedef const struct OpaqueJSContext* JSContextRef; typedef in typeref:struct:OpaqueJSContext
46 virtual HRESULT STDMETHODCALLTYPE serialize(JSContextRef, JSValueRef value, JSValueRef* exception);
47 virtual HRESULT STDMETHODCALLTYPE deserialize(JSContextRef, JSValueRef* result);
H A DWebFrame.h59 typedef const struct OpaqueJSContext* JSContextRef; typedef in typeref:struct:OpaqueJSContext
/external/webkit/Source/JavaScriptCore/API/
H A DJSBase.h38 /*! @typedef JSContextRef A JavaScript execution context. Holds the global object and other execution state. */
39 typedef const struct OpaqueJSContext* JSContextRef; typedef in typeref:struct:OpaqueJSContext
105 JS_EXPORT JSValueRef JSEvaluateScript(JSContextRef ctx, JSStringRef script, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception);
117 JS_EXPORT bool JSCheckScriptSyntax(JSContextRef ctx, JSStringRef script, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception);
132 JS_EXPORT void JSGarbageCollect(JSContextRef ctx);
H A DAPICast.h43 typedef const struct OpaqueJSContext* JSContextRef; typedef in typeref:struct:OpaqueJSContext
51 inline JSC::ExecState* toJS(JSContextRef c)
132 inline JSContextRef toRef(JSC::ExecState* e)
134 return reinterpret_cast<JSContextRef>(e);
/external/webkit/Source/WebCore/bindings/js/
H A DSerializedScriptValue.h36 typedef const struct OpaqueJSContext* JSContextRef; typedef in typeref:struct:OpaqueJSContext
58 static PassRefPtr<SerializedScriptValue> create(JSContextRef, JSValueRef value, JSValueRef* exception);
71 JSValueRef deserialize(JSContextRef, JSValueRef* exception);

Completed in 182 milliseconds