Home
last modified time | relevance | path

Searched defs:valueOfJSConstant (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/dfg/
DDFGJITCompiler.h279 JSValue valueOfJSConstant(NodeIndex nodeIndex) in valueOfJSConstant() function
DDFGByteCodeParser.cpp347 JSValue valueOfJSConstant(NodeIndex index) in valueOfJSConstant() function in JSC::DFG::ByteCodeParser
DDFGJITCodeGenerator.h246 JSValue valueOfJSConstant(NodeIndex nodeIndex) { return m_jit.valueOfJSConstant(nodeIndex); } in valueOfJSConstant() function