Home
last modified time | relevance | path

Searched defs:global (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest-keyword-identify4.ts17 export var declare = 0, global = 1; variable
Dtest_module7.ts23 var global = 1; variable
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DglobalIsContextualKeyword.ts30 namespace global { namespace
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DunaryExpression.cpp48 compiler::VReg global = pg->AllocReg(); in Compile() local
85 compiler::VReg global = pg->AllocReg(); in Compile() local
/arkcompiler/ets_runtime/ecmascript/
Djs_regexp_iterator.cpp57 bool global = jsIterator->GetGlobal(); in Next() local
112 bool global, bool fullUnicode) in CreateRegExpStringIterator()
Decma_context.cpp255 …JSHandle<JSTaggedValue> global = GlobalEnv::Cast(globalEnv_.GetTaggedObject())->GetJSGlobalObject(… in InvokeEcmaEntrypoint() local
592 void EcmaContext::SetGlobalEnv(GlobalEnv *global) in SetGlobalEnv()
Djs_thread.h609 void SetGlueGlobalEnv(GlobalEnv *global) in SetGlueGlobalEnv()
Dobject_factory.cpp2717 … const JSHandle<EcmaString> &inputStr, bool global, in NewJSRegExpIterator()
/arkcompiler/ets_frontend/es2panda/test/
Dtest262harness.js18 global: globalThis, property
/arkcompiler/ets_frontend/ts2panda/
Dwebpack.config.js69 global: false property
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp94 auto global = pointers.klass[0]; in TEST() local
/arkcompiler/ets_frontend/ts2panda/tests/
Dscope.test.ts182 let global = new GlobalScope(); variable
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp398 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/
Dpandagen.cpp467 VReg global = AllocReg(); in LoadObjByNameViaDebugger() local
506 VReg global = AllocReg(); in StoreObjByNameViaDebugger() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp214 JSHandle<JSTaggedValue> global(thread->GetEcmaVM()->GetFactory()->NewFromASCII("global")); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp865 …ggedValue SlowRuntimeStub::TryLdGlobalByNameFromGlobalProto(JSThread *thread, JSTaggedValue global, in TryLdGlobalByNameFromGlobalProto()
883 JSTaggedValue SlowRuntimeStub::LdGlobalVarFromGlobalProto(JSThread *thread, JSTaggedValue global, J… in LdGlobalVarFromGlobalProto()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1334 std::unique_ptr<RemoteObject> global = std::make_unique<RemoteObject>(); in GetGlobalScopeChain() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_object_test.cpp146 JSHandle<JSTaggedValue> global(thread, globalEnv->GetGlobalObject()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp1386 …JSHandle<JSTaggedValue> global = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp702 JSHandle<JSTaggedValue> global(vm->GetJSThread(), globalEnv->GetGlobalObject()); in GetGlobalObject() local