OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:prototypeForLookup
(Results
1 - 7
of
7
) sorted by null
/external/webkit/Source/JavaScriptCore/runtime/
JSGlobalObject.h
352
inline JSValue Structure::
prototypeForLookup
(ExecState* exec) const
365
JSValue prototype =
prototypeForLookup
(exec);
376
JSValue prototype =
prototypeForLookup
(exec);
Structure.h
100
JSValue
prototypeForLookup
(ExecState*) const;
Operations.h
418
JSValue v = cell->structure()->
prototypeForLookup
(callFrame);
447
JSValue v = base->structure()->
prototypeForLookup
(callFrame);
/external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp
[
all
...]
JITPropertyAccess32_64.cpp
[
all
...]
JITStubs.cpp
912
if (slot.slotBase() == structure->
prototypeForLookup
(callFrame)) {
[
all
...]
/external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp
[
all
...]
Completed in 252 milliseconds