/arkcompiler/ets_frontend/es2panda/test/parser/ts/ |
D | test-keyword-identify4.ts | 17 export var declare = 0, global = 1; variable
|
D | test_module7.ts | 23 var global = 1; variable
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | globalIsContextualKeyword.ts | 30 namespace global { namespace
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
D | unaryExpression.cpp | 48 compiler::VReg global = pg->AllocReg(); in Compile() local 85 compiler::VReg global = pg->AllocReg(); in Compile() local
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_regexp_iterator.cpp | 57 bool global = jsIterator->GetGlobal(); in Next() local 112 bool global, bool fullUnicode) in CreateRegExpStringIterator()
|
D | ecma_context.cpp | 255 …JSHandle<JSTaggedValue> global = GlobalEnv::Cast(globalEnv_.GetTaggedObject())->GetJSGlobalObject(… in InvokeEcmaEntrypoint() local 592 void EcmaContext::SetGlobalEnv(GlobalEnv *global) in SetGlobalEnv()
|
D | js_thread.h | 609 void SetGlueGlobalEnv(GlobalEnv *global) in SetGlueGlobalEnv()
|
D | object_factory.cpp | 2717 … const JSHandle<EcmaString> &inputStr, bool global, in NewJSRegExpIterator()
|
/arkcompiler/ets_frontend/es2panda/test/ |
D | test262harness.js | 18 global: globalThis, property
|
/arkcompiler/ets_frontend/ts2panda/ |
D | webpack.config.js | 69 global: false property
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
D | runtime_adapter_test.cpp | 94 auto global = pointers.klass[0]; in TEST() local
|
/arkcompiler/ets_frontend/ts2panda/tests/ |
D | scope.test.ts | 182 let global = new GlobalScope(); variable
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_regexp.cpp | 398 JSHandle<JSTaggedValue> global = globalConst->GetHandledGlobalString(); in Match() local 569 bool global = false; in MatchAll() local 741 JSHandle<JSTaggedValue> global = globalConst->GetHandledGlobalString(); in Replace() local 1422 bool global = ObjectFastOperator::FastGetPropertyByValue( in RegExpBuiltinExec() local
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 467 VReg global = AllocReg(); in LoadObjByNameViaDebugger() local 506 VReg global = AllocReg(); in StoreObjByNameViaDebugger() local
|
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_regexp_test.cpp | 214 JSHandle<JSTaggedValue> global(thread->GetEcmaVM()->GetFactory()->NewFromASCII("global")); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.cpp | 865 …ggedValue SlowRuntimeStub::TryLdGlobalByNameFromGlobalProto(JSThread *thread, JSTaggedValue global, in TryLdGlobalByNameFromGlobalProto() 883 JSTaggedValue SlowRuntimeStub::LdGlobalVarFromGlobalProto(JSThread *thread, JSTaggedValue global, J… in LdGlobalVarFromGlobalProto()
|
/arkcompiler/toolchain/tooling/agent/ |
D | debugger_impl.cpp | 1334 std::unique_ptr<RemoteObject> global = std::make_unique<RemoteObject>(); in GetGlobalScopeChain() local
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | js_object_test.cpp | 146 JSHandle<JSTaggedValue> global(thread, globalEnv->GetGlobalObject()); in HWTEST_F_L0() local
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs.cpp | 1386 …JSHandle<JSTaggedValue> global = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS() local
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
D | jsnapi.cpp | 702 JSHandle<JSTaggedValue> global(vm->GetJSThread(), globalEnv->GetGlobalObject()); in GetGlobalObject() local
|