Home
last modified time | relevance | path

Searched refs:setThis (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/JavaScriptCore/interpreter/
DCachedCall.h53 void setThis(JSValue v) { m_closure.setArgument(0, v); } in setThis() function
/external/webkit/Source/JavaScriptCore/runtime/
DArrayPrototype.cpp675 cachedCall.setThis(applyThis); in arrayProtoFuncFilter()
733 cachedCall.setThis(applyThis); in arrayProtoFuncMap()
796 cachedCall.setThis(applyThis); in arrayProtoFuncEvery()
852 cachedCall.setThis(applyThis); in arrayProtoFuncForEach()
904 cachedCall.setThis(applyThis); in arrayProtoFuncSome()
976 cachedCall.setThis(jsNull()); in arrayProtoFuncReduce()
1052 cachedCall.setThis(jsNull()); in arrayProtoFuncReduceRight()
DJSArray.cpp1041 m_cachedCall->setThis(m_globalThisValue); in compare_key_key()
DStringPrototype.cpp359 cachedCall.setThis(exec->globalThisValue()); in stringProtoFuncReplace()
/external/webkit/Source/JavaScriptCore/dfg/
DDFGByteCodeParser.cpp317 void setThis(NodeIndex value) in setThis() function in JSC::DFG::ByteCodeParser
568 setThis(addToGraph(ConvertThis, op1)); in parseBlock()
/external/webkit/Source/JavaScriptCore/jit/
DJITOpcodes.cpp1262 Jump setThis = jump(); in emit_op_convert_this_strict() local
1270 setThis.link(this); in emit_op_convert_this_strict()
DJITOpcodes32_64.cpp1614 Jump setThis = jump(); in emit_op_convert_this_strict() local
1622 setThis.link(this); in emit_op_convert_this_strict()
/external/webkit/Source/JavaScriptCore/
DChangeLog783 (JSC::DFG::ByteCodeParser::setThis):
DChangeLog-2009-06-166128 (JSC::CachedCall::setThis):
8609 (JSC::CachedCall::setThis):