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

12 3

  /external/webkit/Source/JavaScriptCore/API/tests/
minidom.c 37 static JSValueRef print(JSContextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception);
82 static JSValueRef print(JSContextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
85 UNUSED_PARAM(thisObject);
testapi.c 240 static JSValueRef MyObject_callAsFunction(JSContextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
244 UNUSED_PARAM(thisObject);
493 static JSValueRef Base_callAsFunction(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
496 UNUSED_PARAM(thisObject);
573 static JSValueRef Derived_callAsFunction(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
576 UNUSED_PARAM(thisObject);
642 static JSValueRef print_callAsFunction(JSContextRef ctx, JSObjectRef functionObject, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
645 UNUSED_PARAM(thisObject);
718 static JSValueRef globalObject_call(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
721 UNUSED_PARAM(thisObject);
    [all...]
  /external/webkit/Source/WebCore/bindings/js/
ScriptFunctionCall.h 78 ScriptFunctionCall(const ScriptObject& thisObject, const String& name);
JavaScriptCallFrame.h 75 JSC::JSObject* thisObject() const;
  /external/webkit/Source/WebCore/bindings/v8/
JavaScriptCallFrame.h 59 v8::Handle<v8::Value> thisObject() const;
ScriptFunctionCall.h 65 ScriptFunctionCall(const ScriptObject& thisObject, const String& name);
DebuggerScript.js 213 var thisObject = frameMirror.details_.receiver();
260 "thisObject": thisObject,
JavaScriptCallFrame.cpp 116 v8::Handle<v8::Value> JavaScriptCallFrame::thisObject() const
118 return m_callFrame.get()->Get(v8String("thisObject"));
  /external/webkit/Tools/DumpRenderTree/gtk/
PlainTextController.cpp 40 static JSValueRef plainTextCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
TextInputController.cpp 41 static JSValueRef setMarkedTextCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
69 static JSValueRef insertTextCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
91 static JSValueRef unmarkTextCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
101 static JSValueRef firstRectForCharacterRangeCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
131 static JSValueRef selectedRangeCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
EventSender.cpp 104 static JSValueRef leapForwardCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
167 static JSValueRef menuItemClickCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
169 GtkMenuItem* item = GTK_MENU_ITEM(JSObjectGetPrivate(thisObject));
202 static JSValueRef contextClickCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
249 static JSValueRef scheduleAsynchronousClickCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
305 static JSValueRef mouseDownCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
349 static JSValueRef mouseUpCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
372 static JSValueRef mouseMoveToCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
406 static JSValueRef mouseScrollByCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
445 static JSValueRef continuousMouseScrollByCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception
    [all...]
  /external/webkit/Source/JavaScriptCore/API/
JSBase.cpp 45 JSValueRef JSEvaluateScript(JSContextRef ctx, JSStringRef script, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception)
50 JSObject* jsThisObject = toJS(thisObject);
JSBase.h 99 @param thisObject The object to use as "this," or NULL to use the global object as "this."
105 JS_EXPORT JSValueRef JSEvaluateScript(JSContextRef ctx, JSStringRef script, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception);
JSObjectRef.h 206 @param thisObject A JSObject that is the 'this' variable in the function's scope.
213 JSValueRef CallAsFunction(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception);
215 If your callback were invoked by the JavaScript expression 'myObject.myFunction()', function would be set to myFunction, and thisObject would be set to myObject.
220 (*JSObjectCallAsFunctionCallback) (JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception);
    [all...]
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8CustomVoidCallback.cpp 84 v8::Handle<v8::Object> thisObject = v8::Context::GetCurrent()->Global();
86 v8::Handle<v8::Value> result = callbackFunction->Call(thisObject, argc, argv);
V8JavaScriptCallFrameCustom.cpp 68 return impl->thisObject();
  /external/v8/test/mjsunit/compiler/
regress-serialized-slots.js 37 Function.prototype.bind = function(thisObject)
43 // Note outer function parameter access (|thisObject|).
45 thisObject,
  /system/media/wilhelm/src/itf/
I3DGrouping.c 38 IObject *thisObject = InterfaceToIObject(thiz);
39 unsigned id = thisObject->mInstanceID;
IOutputMixExt.c 177 IObject *thisObject = thiz->mThis;
179 object_lock_exclusive(thisObject);
183 IEngine *thisEngine = &thisObject->mEngine->mEngine;
185 assert(&thisEngine->mOutputMix->mObject == thisObject);
191 object_cond_broadcast(thisObject);
325 object_unlock_exclusive(thisObject);
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestObj.cpp     [all...]
  /external/webkit/Tools/DumpRenderTree/win/
EventSender.cpp 96 static JSValueRef leapForwardCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
131 static JSValueRef contextClickCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
171 static JSValueRef mouseDownCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
262 static JSValueRef mouseUpCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
329 static JSValueRef mouseMoveToCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
433 static JSValueRef keyDownCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
541 static JSValueRef dispatchMessageCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
577 static JSValueRef textZoomInCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
591 static JSValueRef textZoomOutCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
605 static JSValueRef zoomPageInCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception
    [all...]
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptvalue.cpp 514 Calls this QScriptValue as a function, using \a thisObject as
522 Note that if \a thisObject is not an object, the global object
536 QScriptValue QScriptValue::call(const QScriptValue& thisObject, const QScriptValueList& args)
538 return d_ptr->call(thisObject.d_ptr.data(), args);
qscriptvalue.h 129 QScriptValue call(const QScriptValue& thisObject = QScriptValue(),
  /external/webkit/Source/WebCore/bridge/qt/
qt_runtime.h 215 QtConnectionObject(JSGlobalData&, PassRefPtr<QtInstance> instance, int signalIndex, JSObject* thisObject, JSObject* funcObject);
223 bool match(QObject *sender, int signalIndex, JSObject* thisObject, JSObject *funcObject);
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.h 124 JSValue execute(EvalExecutable*, CallFrame*, JSObject* thisObject, int globalRegisterOffset, ScopeChainNode*);

Completed in 1125 milliseconds

12 3