| /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_vm.cpp | 497 …JSHandle<JSTaggedValue> global = GlobalEnv::Cast(globalEnv_.GetTaggedObject())->GetJSGlobalObject(… in InvokeEcmaEntrypoint() local 865 void EcmaVM::SetGlobalEnv(GlobalEnv *global) in SetGlobalEnv()
|
| D | js_thread.h | 597 void SetGlueGlobalEnv(GlobalEnv *global) in SetGlueGlobalEnv()
|
| D | object_factory.cpp | 2707 … 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 | 386 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/ |
| D | quick_fix_loader.cpp | 336 JSHandle<JSTaggedValue> global = thread->GetEcmaVM()->GetGlobalEnv()->GetJSGlobalObject(); in ExecutePatchMain() local
|
| /arkcompiler/ets_frontend/es2panda/compiler/core/ |
| D | pandagen.cpp | 451 VReg global = AllocReg(); in LoadObjByNameViaDebugger() local 490 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 | 852 …ggedValue SlowRuntimeStub::TryLdGlobalByNameFromGlobalProto(JSThread *thread, JSTaggedValue global, in TryLdGlobalByNameFromGlobalProto() 870 JSTaggedValue SlowRuntimeStub::LdGlobalVarFromGlobalProto(JSThread *thread, JSTaggedValue global, J… in LdGlobalVarFromGlobalProto()
|
| /arkcompiler/toolchain/tooling/agent/ |
| D | debugger_impl.cpp | 1130 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 | 1274 …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 | 468 JSHandle<JSTaggedValue> global(vm->GetJSThread(), globalEnv->GetGlobalObject()); in GetGlobalObject() local
|
| /arkcompiler/ets_frontend/legacy_bin/api8/src/ |
| D | index.js | 2 …md(e);const n=r("./node_modules/color-convert/index.js"),i=(e,t)=>function(){const r=e.apply(n,arg… property
|