HomeSort by relevance Sort by last modified time
    Searched refs:CallFunction (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/JavaScriptGlue/
JSObject.h 47 JSUserObject* CallFunction(JSUserObject* thisObj, CFArrayRef args);
JSObject.cpp 84 if (!fCallBacks.callFunction)
91 JSUserObject* JSUserObject::CallFunction(JSUserObject* thisObj, CFArrayRef args)
94 if (fCallBacks.callFunction)
96 result = (JSUserObject*)fCallBacks.callFunction(fData, (JSObjectRef)thisObj, args);
UserObjectImp.cpp 77 jsResult = fJSUserObject->CallFunction(jsThisObj, jsArgs);
JavaScriptGlue.cpp 233 result = (JSObjectRef)ptr->CallFunction((JSUserObject*)thisObj, args);
395 callBacks.callFunction = 0;
  /external/v8/test/mjsunit/
debug-step-stub-callfunction.js 47 // Use 'eval' to ensure that the call to print is through CodeStub CallFunction.
60 // CallFunction see Ia32CodeGenerator::VisitCall and
74 // CallFunction.
  /external/v8/src/
disassembler.cc 268 case CodeStub::CallFunction: {
code-stubs.h 40 V(CallFunction) \
770 Major MajorKey() { return CallFunction; }
    [all...]
runtime.h 490 F(CallFunction, -1 /* receiver + n args + function */, 1) \
debug.cc 392 // construct call or CallFunction stub call.
420 maybe_call_function_stub->major_key() == CodeStub::CallFunction);
426 // Step in through CallFunction stub should also be prepared by caller of
    [all...]
hydrogen-instructions.h 77 V(CallFunction) \
    [all...]
  /external/v8/src/arm/
lithium-arm.h 64 V(CallFunction) \
    [all...]
  /external/v8/src/ia32/
lithium-ia32.h 58 V(CallFunction) \
    [all...]
  /external/v8/src/mips/
lithium-mips.h 64 V(CallFunction) \
    [all...]
  /external/v8/src/x64/
lithium-x64.h 64 V(CallFunction) \
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js     [all...]

Completed in 1193 milliseconds