Home
last modified time | relevance | path

Searched defs:script (Results 1 – 13 of 13) sorted by relevance

/arkcompiler/toolchain/tooling/test/
Ddebugger_script_test.cpp63 std::unique_ptr<PtScript> script = std::make_unique<PtScript>(1, "name_1", "url_1", "source_1"); in HWTEST_F_L0() local
70 std::unique_ptr<PtScript> script = std::make_unique<PtScript>(1, "name_1", "url_1", "source_1"); in HWTEST_F_L0() local
77 std::unique_ptr<PtScript> script = std::make_unique<PtScript>(1, "name_1", "url_1", "source_1"); in HWTEST_F_L0() local
84 std::unique_ptr<PtScript> script = std::make_unique<PtScript>(1, "name_1", "url_1", "source_1"); in HWTEST_F_L0() local
91 std::unique_ptr<PtScript> script = std::make_unique<PtScript>(1, "name_1", "url_1", "source_1"); in HWTEST_F_L0() local
98 std::unique_ptr<PtScript> script = std::make_unique<PtScript>(1, "name_1", "url_1", "source_1"); in HWTEST_F_L0() local
105 std::unique_ptr<PtScript> script = std::make_unique<PtScript>(1, "name_1", "url_1", "source_1"); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/scripts/llvm/
DREADME.md13 ### Environment variables list
/arkcompiler/ets_frontend/ets2panda/ast_verifier/
DidentifierHasVariable.cpp55 auto script = parent->AsScriptFunction(); in CheckMoreAstExceptions() local
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h109 for (const auto &script : scripts_) { in MatchScripts() local
138 for (const auto &script : scripts_) { in MatchAllScripts() local
Ddebugger_impl.cpp111 …std::unique_ptr<PtScript> script = std::make_unique<PtScript>(g_scriptId++, fileName, url, source); in NotifyScriptParsed() local
134 …std::unique_ptr<PtScript> script = std::make_unique<PtScript>(g_scriptId++, fileName, url, source); in SendableScriptParsed() local
303 auto scriptFunc = [this, &location, &detail, &extractor](PtScript *script) -> bool { in NotifyPaused()
1003 void DebuggerImpl::Frontend::ScriptParsed(const EcmaVM *vm, const PtScript &script) in ScriptParsed()
1054 for (auto &script : scripts_) { in Enable() local
1340 auto scriptFunc = [&scriptId](PtScript *script) -> bool { in ProcessSingleBreakpoint()
1689 auto scriptFunc = [&location](PtScript *script) -> bool { in GenerateCallFrame()
1783 auto scriptFunc = [&startLoc, &endLoc, lines](PtScript *script) -> bool { in GetLocalScopeChain()
1877 auto scriptFunc = []([[maybe_unused]] PtScript *script) -> bool { in GetClosureScopeChains()
/arkcompiler/runtime_core/compiler/tests/
Ddraw_cfg_test.cpp69 const char *script = DRAW_CFG_TEST_TOOLS_DIR "/draw_cfg.py"; in DrawCfg() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/gtest_plugin/
Dets_interop_js_gtest.h72 [[nodiscard]] static bool RunJsScript(const std::string &script) in RunJsScript()
143 [[nodiscard]] static bool DoRunJsScript(napi_env env, const std::string &script) in DoRunJsScript()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_locale.cpp338 CString script = locale->GetIcuLocale()->getScript(); in GetScript() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp113 auto script = ParseETSGlobalScript(startLoc, statements); in ParseProgram() local
226 auto script = ParseETSGlobalScript(startLoc, statements); in ParseSource() local
/arkcompiler/ets_runtime/ecmascript/
Djs_locale.h145 JSHandle<JSTaggedValue> script; member
Djs_locale.cpp815 JSHandle<JSTaggedValue> script, JSHandle<JSTaggedValue> region) in BuildOptionsTags()
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp1067 void InitScopesPhaseETS::HandleETSScript(ir::BlockStatement *script) in HandleETSScript()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js10970 script: i, property