Home
last modified time | relevance | path

Searched defs:divot (Results 1 – 6 of 6) sorted by relevance

/external/webkit/JavaScriptCore/parser/
DNodeConstructors.h238 …:EvalFunctionCallNode(JSGlobalData* globalData, ArgumentsNode* args, unsigned divot, unsigned star… in EvalFunctionCallNode()
245 …JSGlobalData* globalData, ExpressionNode* expr, ArgumentsNode* args, unsigned divot, unsigned star… in FunctionCallValueNode()
253 …lobalData* globalData, const Identifier& ident, ArgumentsNode* args, unsigned divot, unsigned star… in FunctionCallResolveNode()
261 …xpressionNode* base, ExpressionNode* subscript, ArgumentsNode* args, unsigned divot, unsigned star… in FunctionCallBracketNode()
270 … ExpressionNode* base, const Identifier& ident, ArgumentsNode* args, unsigned divot, unsigned star… in FunctionCallDotNode()
279 … ExpressionNode* base, const Identifier& ident, ArgumentsNode* args, unsigned divot, unsigned star… in CallFunctionCallDotNode()
284 … ExpressionNode* base, const Identifier& ident, ArgumentsNode* args, unsigned divot, unsigned star… in ApplyFunctionCallDotNode()
289 …rePostResolveNode(JSGlobalData* globalData, const Identifier& ident, unsigned divot, unsigned star… in PrePostResolveNode()
296 …de(JSGlobalData* globalData, const Identifier& ident, Operator oper, unsigned divot, unsigned star… in PostfixResolveNode()
302 …ata, ExpressionNode* base, ExpressionNode* subscript, Operator oper, unsigned divot, unsigned star… in PostfixBracketNode()
[all …]
DGrammar.y64 #define SET_EXCEPTION_LOCATION(node, start, divot, end) node->setExceptionSourceCode((divot), (divo… argument
1861 …* makePrefixNode(void* globalPtr, ExpressionNode* expr, Operator op, int start, int divot, int end) in makePrefixNode()
1883 … makePostfixNode(void* globalPtr, ExpressionNode* expr, Operator op, int start, int divot, int end) in makePostfixNode()
1906 …de(void* globalPtr, ExpressionNodeInfo func, ArgumentsNodeInfo args, int start, int divot, int end) in makeFunctionCallNode()
1947 static ExpressionNode* makeDeleteNode(void* globalPtr, ExpressionNode* expr, int start, int divot, … in makeDeleteNode()
DNodes.h270 ThrowableExpressionData(unsigned divot, unsigned startOffset, unsigned endOffset) in ThrowableExpressionData()
277 void setExceptionSourceCode(unsigned divot, unsigned startOffset, unsigned endOffset) in setExceptionSourceCode()
284 uint32_t divot() const { return m_divot; } in divot() function
307 ThrowableSubExpressionData(unsigned divot, unsigned startOffset, unsigned endOffset) in ThrowableSubExpressionData()
337 ThrowablePrefixedSubExpressionData(unsigned divot, unsigned startOffset, unsigned endOffset) in ThrowablePrefixedSubExpressionData()
/external/webkit/JavaScriptCore/bytecompiler/
DBytecodeGenerator.cpp1341 …terID* func, RegisterID* thisRegister, ArgumentsNode* argumentsNode, unsigned divot, unsigned star… in emitCall()
1352 …terID* func, RegisterID* thisRegister, ArgumentsNode* argumentsNode, unsigned divot, unsigned star… in emitCallEval()
1358 …terID* func, RegisterID* thisRegister, ArgumentsNode* argumentsNode, unsigned divot, unsigned star… in emitCall()
1437 …terID* func, RegisterID* thisRegister, RegisterID* argCountRegister, unsigned divot, unsigned star… in emitCallVarargs()
1484 …uct(RegisterID* dst, RegisterID* func, ArgumentsNode* argumentsNode, unsigned divot, unsigned star… in emitConstruct()
DBytecodeGenerator.h188 void emitExpressionInfo(unsigned divot, unsigned startOffset, unsigned endOffset) in emitExpressionInfo()
/external/webkit/JavaScriptCore/bytecode/
DCodeBlock.cpp1565 …nRangeForBytecodeOffset(CallFrame* callFrame, unsigned bytecodeOffset, int& divot, int& startOffse… in expressionRangeForBytecodeOffset()