Searched refs:EvalFunctionCallNode (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/JavaScriptCore/parser/
H A DNodeConstructors.h238 inline EvalFunctionCallNode::EvalFunctionCallNode(JSGlobalData* globalData, ArgumentsNode* args, unsigned divot, unsigned startOffset, unsigned endOffset) function in class:JSC::EvalFunctionCallNode
H A DNodes.h517 class EvalFunctionCallNode : public ExpressionNode, public ThrowableExpressionData { class in namespace:JSC
519 EvalFunctionCallNode(JSGlobalData*, ArgumentsNode*, unsigned divot, unsigned startOffset, unsigned endOffset);
H A DASTBuilder.h790 return new (m_globalData) EvalFunctionCallNode(m_globalData, args, divot, divot - start, end - divot);
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DNodesCodegen.cpp332 // ------------------------------ EvalFunctionCallNode ----------------------------------
334 RegisterID* EvalFunctionCallNode::emitBytecode(BytecodeGenerator& generator, RegisterID* dst)

Completed in 84 milliseconds