OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:JSContextRef
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Source/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/Tools/DumpRenderTree/gtk/
EventSender.h
33
typedef const struct OpaqueJSContext*
JSContextRef
;
36
JSObjectRef makeEventSender(
JSContextRef
context, bool isTopFrame);
PlainTextController.h
32
typedef const struct OpaqueJSContext*
JSContextRef
;
35
JSObjectRef makePlainTextController(
JSContextRef
);
TextInputController.h
32
typedef const struct OpaqueJSContext*
JSContextRef
;
35
JSObjectRef makeTextInputController(
JSContextRef
);
/external/webkit/Tools/DumpRenderTree/win/
EventSender.h
35
typedef const struct OpaqueJSContext*
JSContextRef
;
38
JSObjectRef makeEventSender(
JSContextRef
context, bool isTopFrame);
/external/webkit/Source/WebKit/win/
WebSerializedJSValue.h
31
typedef const struct OpaqueJSContext*
JSContextRef
;
46
virtual HRESULT STDMETHODCALLTYPE serialize(
JSContextRef
, JSValueRef value, JSValueRef* exception);
47
virtual HRESULT STDMETHODCALLTYPE deserialize(
JSContextRef
, JSValueRef* result);
WebFrame.h
59
typedef const struct OpaqueJSContext*
JSContextRef
;
/external/webkit/Source/JavaScriptCore/API/
APICast.h
43
typedef const struct OpaqueJSContext*
JSContextRef
;
51
inline JSC::ExecState* toJS(
JSContextRef
c)
132
inline
JSContextRef
toRef(JSC::ExecState* e)
134
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
;
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);
/external/webkit/Source/WebCore/bindings/js/
SerializedScriptValue.h
36
typedef const struct OpaqueJSContext*
JSContextRef
;
58
static PassRefPtr<SerializedScriptValue> create(
JSContextRef
, JSValueRef value, JSValueRef* exception);
71
JSValueRef deserialize(
JSContextRef
, JSValueRef* exception);
Completed in 208 milliseconds