Searched defs:JSValueRef (Results 1 - 8 of 8) sorted by relevance

/external/webkit/Source/WebKit/mac/WebView/
H A DWebSerializedJSValue.h28 typedef const struct OpaqueJSValue* JSValueRef; typedef in typeref:struct:OpaqueJSValue
35 - (id)initWithValue:(JSValueRef)object context:(JSContextRef)sourceContext exception:(JSValueRef*)exception;
36 - (JSValueRef)deserialize:(JSContextRef)destinationContext;
/external/webkit/Source/WebKit/win/
H A DWebSerializedJSValue.h32 typedef const struct OpaqueJSValue* JSValueRef; typedef in typeref:struct:OpaqueJSValue
46 virtual HRESULT STDMETHODCALLTYPE serialize(JSContextRef, JSValueRef value, JSValueRef* exception);
47 virtual HRESULT STDMETHODCALLTYPE deserialize(JSContextRef, JSValueRef* result);
/external/webkit/Source/JavaScriptCore/API/
H A DJSBase.h59 /*! @typedef JSValueRef A JavaScript value. The base type for all JavaScript values, and polymorphic functions on them. */
60 typedef const struct OpaqueJSValue* JSValueRef; typedef in typeref:struct:OpaqueJSValue
102 @param exception A pointer to a JSValueRef in which to store an exception, if any. Pass NULL if you do not care to store an exception.
105 JS_EXPORT JSValueRef JSEvaluateScript(JSContextRef ctx, JSStringRef script, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception);
114 @param exception A pointer to a JSValueRef in which to store a syntax error exception, if any. Pass NULL if you do not care to store a syntax error exception.
117 JS_EXPORT bool JSCheckScriptSyntax(JSContextRef ctx, JSStringRef script, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception);
H A DAPICast.h46 typedef const struct OpaqueJSValue* JSValueRef; typedef in typeref:struct:OpaqueJSValue
63 inline JSC::JSValue toJS(JSC::ExecState* exec, JSValueRef v)
79 inline JSC::JSValue toJSForGC(JSC::ExecState* exec, JSValueRef v)
108 inline JSValueRef toRef(JSC::ExecState* exec, JSC::JSValue v)
114 return reinterpret_cast<JSValueRef>(JSC::jsAPIValueWrapper(exec, v).asCell());
115 return reinterpret_cast<JSValueRef>(v.asCell());
118 return reinterpret_cast<JSValueRef>(JSC::JSValue::encode(v));
/external/webkit/Source/WebCore/bindings/js/
H A DSerializedScriptValue.h37 typedef const struct OpaqueJSValue* JSValueRef; typedef in typeref:struct:OpaqueJSValue
58 static PassRefPtr<SerializedScriptValue> create(JSContextRef, JSValueRef value, JSValueRef* exception);
71 JSValueRef deserialize(JSContextRef, JSValueRef* exception);
/external/webkit/Tools/DumpRenderTree/
H A DAccessibilityController.cpp34 static JSValueRef getFocusedElementCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef propertyName, JSValueRef* exception)
40 static JSValueRef getRootElementCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef propertyName, JSValueRef* exception)
48 void AccessibilityController::makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSValueRef* exception)
53 JSValueRef accessibilityControllerObject = JSObjectMake(context, classRef, this);
59 static JSValueRef logFocusEventsCallback(JSContextRef ctx, JSObjectRef, JSObjectRef thisObject, size_t, const JSValueRef[], JSValueRef*) argument
66 static JSValueRef logValueChangeEventsCallbac argument
73 logScrollingStartEventsCallback(JSContextRef ctx, JSObjectRef, JSObjectRef thisObject, size_t, const JSValueRef[], JSValueRef*) argument
80 logAccessibilityEventsCallback(JSContextRef ctx, JSObjectRef, JSObjectRef thisObject, size_t, const JSValueRef[], JSValueRef*) argument
[all...]
H A DLayoutTestController.cpp101 static JSValueRef dumpApplicationCacheDelegateCallbacksCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
108 static JSValueRef dumpAsPDFCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
115 static JSValueRef dumpAsTextCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
126 static JSValueRef dumpBackForwardListCallbac
1839 waitForPolicyDelegateCallback(JSContextRef context, JSObjectRef, JSObjectRef thisObject, size_t, const JSValueRef[], JSValueRef*) argument
[all...]
/external/webkit/Source/JavaScriptCore/qt/api/
H A Dqscriptvalue_p.h66 the JSValueRef and the JSObjectRef, and it could be automatically casted to these types by cast
93 inline QScriptValuePrivate(const QScriptEnginePrivate* engine, JSValueRef value);
130 inline JSValueRef property(quint32 property, JSValueRef* exception);
131 inline JSValueRef property(JSStringRef property, JSValueRef* exception);
140 inline void setProperty(quint32 property, JSValueRef value, JSPropertyAttributes flags, JSValueRef* exception);
141 inline void setProperty(JSStringRef property, JSValueRef value, JSPropertyAttributes flags, JSValueRef* exceptio
[all...]

Completed in 229 milliseconds