HomeSort by relevance Sort by last modified time
    Searched refs:JSValueRef (Results 26 - 50 of 54) sorted by null

12 3

  /external/webkit/WebKitTools/DumpRenderTree/
GCController.h 39 void makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSValueRef* exception);
AccessibilityController.h 43 void makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSValueRef* exception);
LayoutTestController.h 43 void makeWindowObject(JSContextRef context, JSObjectRef windowObject, JSValueRef* exception);
  /external/webkit/JavaScriptCore/API/tests/
JSNodeList.c 29 #include "JSValueRef.h"
33 static JSValueRef JSNodeList_item(JSContextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
53 static JSValueRef JSNodeList_length(JSContextRef context, JSObjectRef thisObject, JSStringRef propertyName, JSValueRef* exception)
68 static JSValueRef JSNodeList_getProperty(JSContextRef context, JSObjectRef thisObject, JSStringRef propertyName, JSValueRef* exception)
testapi.c 47 static void assertEqualsAsBoolean(JSValueRef value, bool expectedValue)
55 static void assertEqualsAsNumber(JSValueRef value, double expectedValue)
68 static void assertEqualsAsUTF8String(JSValueRef value, const char* expectedValue)
93 static void assertEqualsAsCharactersPtr(JSValueRef value, const char* expectedValue)
132 static JSValueRef jsGlobalValue; // non-stack value for testing JSValueProtect()
153 static JSValueRef MyObject_getProperty(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception)
186 static bool MyObject_setProperty(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef value, JSValueRef* exception)
203 static bool MyObject_deleteProperty(JSContextRef context, JSObjectRef object, JSStringRef propertyName, JSValueRef* exception
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebJSPDFDoc.mm 46 static JSValueRef jsPDFDocPrint(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
  /external/webkit/JavaScriptCore/API/
JSCallbackFunction.cpp 58 Vector<JSValueRef, 16> arguments(argumentCount);
62 JSValueRef exception = 0;
63 JSValueRef result;
APICast.h 47 typedef const struct OpaqueJSValue* JSValueRef;
64 inline JSC::JSValue toJS(JSC::ExecState* exec, JSValueRef v)
80 inline JSC::JSValue toJSForGC(JSC::ExecState* exec, JSValueRef v)
109 inline JSValueRef toRef(JSC::ExecState* exec, JSC::JSValue v)
115 return reinterpret_cast<JSValueRef>(asCell(JSC::jsAPIValueWrapper(exec, v)));
116 return reinterpret_cast<JSValueRef>(asCell(v));
119 return reinterpret_cast<JSValueRef>(JSC::JSValue::encode(v));
JSObjectRef.cpp 47 #include "JSValueRef.h"
115 JSObjectRef JSObjectMakeFunction(JSContextRef ctx, JSStringRef name, unsigned parameterCount, const JSStringRef parameterNames[], JSStringRef body, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception)
137 JSObjectRef JSObjectMakeArray(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
162 JSObjectRef JSObjectMakeDate(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
182 JSObjectRef JSObjectMakeError(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
202 JSObjectRef JSObjectMakeRegExp(JSContextRef ctx, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception
    [all...]
JSBase.cpp 44 JSValueRef JSEvaluateScript(JSContextRef ctx, JSStringRef script, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception)
69 bool JSCheckScriptSyntax(JSContextRef ctx, JSStringRef script, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception)
JSCallbackConstructor.cpp 63 Vector<JSValueRef, 16> arguments(argumentCount);
67 JSValueRef exception = 0;
JSCallbackObjectFunctions.h 129 JSValueRef exception = 0;
130 JSValueRef value;
195 JSValueRef valueRef = toRef(exec, value);
201 JSValueRef exception = 0;
220 JSValueRef exception = 0;
259 JSValueRef exception = 0;
318 Vector<JSValueRef, 16> arguments(argumentCount);
321 JSValueRef exception = 0;
345 JSValueRef valueRef = toRef(exec, value);
346 JSValueRef exception = 0
    [all...]
JSContextRef.h 30 #include <JavaScriptCore/JSValueRef.h>
JSStringRef.h 29 #include <JavaScriptCore/JSValueRef.h>
  /external/webkit/WebKit/win/
WebSerializedJSValue.cpp 83 HRESULT WebSerializedJSValue::serialize(JSContextRef sourceContext, JSValueRef value, JSValueRef* exception)
96 HRESULT WebSerializedJSValue::deserialize(JSContextRef destinationContext, JSValueRef* outValue)
  /external/webkit/JavaScriptCore/qt/api/
qscriptvalue_p.h 86 inline QScriptValuePrivate(const QScriptEnginePrivate* engine, JSValueRef value);
87 inline QScriptValuePrivate(const QScriptEnginePrivate* engine, JSValueRef value, JSObjectRef object);
114 inline JSValueRef value() const;
133 JSValueRef m_value;
136 inline void setValue(JSValueRef);
301 QScriptValuePrivate::QScriptValuePrivate(const QScriptEnginePrivate* engine, JSValueRef value)
310 QScriptValuePrivate::QScriptValuePrivate(const QScriptEnginePrivate* engine, JSValueRef value, JSObjectRef object)
601 JSValueRef value;
643 QVarLengthArray<JSValueRef, 8> argv(argc);
655 JSValueRef exception = 0
    [all...]
  /external/webkit/WebCore/bindings/js/
SerializedScriptValue.h 33 typedef const struct OpaqueJSValue* JSValueRef;
184 static PassRefPtr<SerializedScriptValue> create(JSContextRef, JSValueRef value, JSValueRef* exception);
218 JSValueRef deserialize(JSContextRef, JSValueRef* exception);
ScriptValue.cpp 35 #include <JavaScriptCore/JSValueRef.h>
SerializedScriptValue.cpp 969 PassRefPtr<SerializedScriptValue> SerializedScriptValue::create(JSContextRef originContext, JSValueRef apiValue, JSValueRef* exception)
985 JSValueRef SerializedScriptValue::deserialize(JSContextRef destinationContext, JSValueRef* exception)
  /external/webkit/WebKitTools/DumpRenderTree/pthreads/
JavaScriptThreadingPthreads.cpp 68 JSValueRef exception = 0;
  /external/webkit/WebKitTools/DumpRenderTree/mac/
ObjCController.m 44 JSValueRef exception = 0;
  /external/webkit/WebKitTools/DumpRenderTree/win/
FrameLoadDelegate.cpp 339 JSValueRef exception = 0;
351 JSValueRef eventSender = makeEventSender(context);
AccessibilityControllerWin.cpp 276 JSValueRef argument = JSValueMakeString(frame->globalContext(), jsNotification.get());
  /external/webkit/WebKitTools/DumpRenderTree/wx/
DumpRenderTreeWx.cpp 135 JSValueRef exception = 0;
  /external/webkit/JavaScriptCore/
Android.mk 27 API/JSValueRef.cpp \

Completed in 7127 milliseconds

12 3