Home
last modified time | relevance | path

Searched defs:lineIndex (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
Dconcurrent.cpp22 …etConcurrent(ir::ScriptFunction *func, const ir::AstNode * node, const lexer::LineIndex &lineIndex) in SetConcurrent()
32 void Concurrent::ThrowInvalidConcurrentFunction(const lexer::LineIndex &lineIndex, const ir::AstNod… in ThrowInvalidConcurrentFunction()
55 void Concurrent::ProcessConcurrent(const lexer::LineIndex &lineIndex, const ir::AstNode *node, in ProcessConcurrent()
Dhelpers.h114 const lexer::LineIndex &lineIndex; member
/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp275 size_t lineIndex = 0; // index of "\n". in ParseStackInfo() local
/arkcompiler/ets_frontend/es2panda/lexer/
Dlexer.cpp224 lexer::LineIndex lineIndex = parserContext_->GetProgram()->GetLineIndex(); in ThrowError() local