Home
last modified time | relevance | path

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

/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_vm.cpp497 …JSHandle<JSTaggedValue> global = GlobalEnv::Cast(globalEnv_.GetTaggedObject())->GetJSGlobalObject(… in InvokeEcmaEntrypoint() local
865 void EcmaVM::SetGlobalEnv(GlobalEnv *global) in SetGlobalEnv()
Djs_thread.h597 void SetGlueGlobalEnv(GlobalEnv *global) in SetGlueGlobalEnv()
Dobject_factory.cpp2707 … 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.cpp386 JSHandle<JSTaggedValue> global = globalConst->GetHandledGlobalString(); in Match() local
555 bool global = false; in MatchAll() local
724 JSHandle<JSTaggedValue> global = globalConst->GetHandledGlobalString(); in Replace() local
1399 bool global = ObjectFastOperator::FastGetPropertyByValue( in RegExpBuiltinExec() local
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Dquick_fix_loader.cpp336 JSHandle<JSTaggedValue> global = thread->GetEcmaVM()->GetGlobalEnv()->GetJSGlobalObject(); in ExecutePatchMain() local
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp451 VReg global = AllocReg(); in LoadObjByNameViaDebugger() local
490 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.cpp852 …ggedValue SlowRuntimeStub::TryLdGlobalByNameFromGlobalProto(JSThread *thread, JSTaggedValue global, in TryLdGlobalByNameFromGlobalProto()
870 JSTaggedValue SlowRuntimeStub::LdGlobalVarFromGlobalProto(JSThread *thread, JSTaggedValue global, J… in LdGlobalVarFromGlobalProto()
/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.cpp1130 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.cpp1274 …JSHandle<JSTaggedValue> global = GetHArg<JSTaggedValue>(argv, argc, 0); // 0: means the zeroth pa… in DEF_RUNTIME_STUBS() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp468 JSHandle<JSTaggedValue> global(vm->GetJSThread(), globalEnv->GetGlobalObject()); in GetGlobalObject() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property