Home
last modified time | relevance | path

Searched refs:sourceFile_ (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/debugger/
Djs_pt_location.h32 bytecodeOffset_(bytecodeOffset), sourceFile_(sourceFile) in jsPandaFile_()
43 return sourceFile_; in GetSourceFile()
68 location << "sourceFile:" << "\""<< sourceFile_ << "\""<< ", "; in ToString()
83 std::string sourceFile_; // mainly used for breakpoint variable
Djs_debugger.h30 const Global<FunctionRef> &condFuncRef) : sourceFile_(sourceFile), ptMethod_(ptMethod), in JSBreakpoint()
36 return sourceFile_; in GetSourceFile()
53 sourceFile_ == bpoint.GetSourceFile() &&
63 breakpoint << "sourceFile:" << "\""<< sourceFile_ << "\""<< ", "; in ToString()
78 std::string sourceFile_;
/arkcompiler/ets_frontend/es2panda/parser/program/
Dprogram.cpp27 sourceFile_(Allocator()), in Program()
37 sourceFile_(other.sourceFile_), in Program()
58 sourceFile_ = other.sourceFile_; in operator =()
Dprogram.h95 return sourceFile_.View(); in SourceFile()
131 sourceFile_ = util::UString(sourceFile, Allocator()); in SetSource()
176 util::UString sourceFile_ {};
/arkcompiler/toolchain/tooling/test/testcases/
Djs_single_step_test.h35 locationStart_ = TestUtil::GetLocation(sourceFile_.c_str(), 19, 0, pandaFile_.c_str()); in JsSingleStepTest()
37 locationEnd_ = TestUtil::GetLocation(sourceFile_.c_str(), 22, 0, pandaFile_.c_str()); in JsSingleStepTest()
88 std::string sourceFile_ = DEBUGGER_JS_DIR "sample.js"; variable
Djs_breakpoint_async_test.h37 location_ = TestUtil::GetLocation(sourceFile_.c_str(), 18, 0, pandaFile_.c_str()); in JsBreakpointAsyncTest()
75 std::string sourceFile_ = DEBUGGER_JS_DIR "async_func.js"; variable
Djs_breakpoint_test.h37 location_ = TestUtil::GetLocation(sourceFile_.c_str(), 22, 0, pandaFile_.c_str()); in JsBreakpointTest()
75 std::string sourceFile_ = DEBUGGER_JS_DIR "sample.js"; variable
Djs_breakpoint_arrow_test.h37 location_ = TestUtil::GetLocation(sourceFile_.c_str(), 18, 0, pandaFile_.c_str()); in JsBreakpointArrowTest()
73 std::string sourceFile_ = DEBUGGER_JS_DIR "arrow_func.js"; variable
Djs_syntax_exception_test.h60 location_ = TestUtil::GetLocation(sourceFile_.c_str(), 27, 0, pandaFile_.c_str()); in JsSyntaxExceptionTest()
100 std::string sourceFile_ = DEBUGGER_JS_DIR + testFile + ".js"; variable
Djs_range_error_test.h60 location_ = TestUtil::GetLocation(sourceFile_.c_str(), 20, 0, pandaFile_.c_str()); in JsRangeErrorTest()
99 std::string sourceFile_ = DEBUGGER_JS_DIR "range_error.js"; variable
Djs_exception_test.h60 location_ = TestUtil::GetLocation(sourceFile_.c_str(), 22, 0, pandaFile_.c_str()); in JsExceptionTest()
99 std::string sourceFile_ = DEBUGGER_JS_DIR "exception.js"; variable
Djs_step_into_test.h103 std::string sourceFile_ = DEBUGGER_JS_DIR "step.js"; variable
113 JSPtLocation location = TestUtil::GetLocation(sourceFile_.c_str(), arr[i * LINE_COLUMN], in SetJSPtLocation()
Djs_throw_exception_test.h61 location_ = TestUtil::GetLocation(sourceFile_.c_str(), 28, 0, pandaFile_.c_str()); in JsThrowExceptionTest()
103 std::string sourceFile_ = DEBUGGER_JS_DIR + testFile + ".js"; variable
Djs_step_out_test.h101 std::string sourceFile_ = DEBUGGER_JS_DIR "step.js"; variable
113 … JSPtLocation location_ = TestUtil::GetLocation(sourceFile_.c_str(), arr[i * LINE_COLUMN], in SetJSPtLocation()
Djs_step_over_test.h101 std::string sourceFile_ = DEBUGGER_JS_DIR "step.js"; variable
113 … JSPtLocation location_ = TestUtil::GetLocation(sourceFile_.c_str(), arr[i * LINE_COLUMN], in SetJSPtLocation()
Djs_dropframe_test.h250 std::string sourceFile_ = DEBUGGER_JS_DIR "dropframe.js"; variable
303 JSPtLocation location = TestUtil::GetLocation(sourceFile_.c_str(), arr[i * LINE_COLUMN], in SetJSPtLocation()
/arkcompiler/ets_frontend/es2panda/compiler/core/
DcompilerContext.h96 return sourceFile_; in SourceFile()
150 std::string sourceFile_; variable
DcompilerContext.cpp29sourceFile_(sourceFile), pkgName_(pkgName), recordName_(recordName), patchFixHelper_(patchFixHelpe… in CompilerContext()
/arkcompiler/ets_frontend/es2panda/aot/
Doptions.cpp158 compilerOptions_.cacheFiles.insert({sourceFile_, cacheInput}); in ParseCacheFileOption()
364 sourceFile_ = input; in Parse()
372 compilerOutput_ = RemoveExtension(util::Helpers::BaseName(sourceFile_)).append(".abc"); in Parse()
386 auto inputAbs = panda::os::file::File::GetAbsolutePath(sourceFile_); in Parse()
388 std::cerr << "Failed to find: " << sourceFile_ << std::endl; in Parse()
398 …es2panda::SourceFile src(sourceFile_, recordName_, scriptKind_, GetScriptExtension(sourceFile_, ex… in Parse()
Doptions.h85 return sourceFile_; in SourceFile()
142 std::string sourceFile_; variable