OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CallFunction
(Results
1 - 14
of
14
) 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/
code-stubs.h
39
V(
CallFunction
) \
778
Major MajorKey() { return
CallFunction
; }
disassembler.cc
272
case CodeStub::
CallFunction
: {
runtime.h
439
F(
CallFunction
, -1 /* receiver + n args + function */, 1) \
debug.cc
399
// construct call or
CallFunction
stub call.
427
maybe_call_function_stub->major_key() == CodeStub::
CallFunction
);
433
// Step in through
CallFunction
stub should also be prepared by caller of
[
all
...]
hydrogen-instructions.h
81
V(
CallFunction
) \
[
all
...]
/external/v8/src/arm/
lithium-arm.h
62
V(
CallFunction
) \
[
all
...]
/external/v8/src/ia32/
lithium-ia32.h
62
V(
CallFunction
) \
[
all
...]
/external/v8/src/x64/
lithium-x64.h
62
V(
CallFunction
) \
[
all
...]
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js
[
all
...]
Completed in 900 milliseconds