/arkcompiler/ets_runtime/test/fuzztest/templateclassglobal_fuzzer/ |
D | templateclassglobal_fuzzer.cpp | 35 [[maybe_unused]]Global<JSValueRef> global(vm, current); in TemplateGlobalFuzzerTest() local 48 Global<BooleanRef> global(vm, BooleanRef::New(vm, true)); in TemplateToLocalFuzzerTest() local 62 Global<BooleanRef> global(vm, BooleanRef::New(vm, true)); in TemplateToLocalFromVMFuzzerTest() local 76 Global<BooleanRef> global(vm, BooleanRef::New(vm, true)); in TemplateEmptyFuzzerTest() local 90 Global<BooleanRef> global(vm, BooleanRef::New(vm, true)); in TemplateFreeGlobalHandleAddrFuzzerTest() local 104 Global<BooleanRef> global(vm, BooleanRef::New(vm, true)); in GlobalOperatorStarFuzzerTest() local 118 Global<BooleanRef> global(vm, BooleanRef::New(vm, true)); in GlobalOperatorPointToFuzzerTest() local 132 Global<JSValueRef> global; in GlobalIsEmptyFuzzerTest() local 146 Global<JSValueRef> global(vm, BooleanRef::New(vm, true)); in GlobalSetWeakFuzzerTest() local 166 Global<JSValueRef> global(vm, BooleanRef::New(vm, true)); in GlobalClearWeakFuzzerTest() local [all …]
|
/arkcompiler/ets_runtime/test/fuzztest/globalclass_fuzzer/ |
D | globalclass_fuzzer.cpp | 35 [[maybe_unused]]Global<JSValueRef> global(param); in GlobalFuzzerTest() local 45 Global<JSValueRef> global; in GlobalOperatorEqualFuzzerTest() local 64 [[maybe_unused]]Global<JSValueRef> global(std::move(param)); in GlobalMoveFuzzerTest() local 74 Global<JSValueRef> global; in GlobalOperatorEqualMoveFuzzerTest() local 93 Global<JSValueRef> global(vm, current); in GlobalVMLocalFuzzerTest() local
|
/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_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 | 279 …JSHandle<JSTaggedValue> global = GlobalEnv::Cast(globalEnv_.GetTaggedObject())->GetJSGlobalObject(… in CommonInvokeEcmaEntrypoint() local 698 void EcmaContext::SetGlobalEnv(GlobalEnv *global) in SetGlobalEnv()
|
D | js_thread.h | 651 void SetGlueGlobalEnv(GlobalEnv *global) in SetGlueGlobalEnv()
|
/arkcompiler/ets_frontend/es2panda/test/ |
D | test262harness.js | 18 global: globalThis, property
|
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/ |
D | test262harness.js | 19 global: globalThis, property
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
D | js_mode_launch.cpp | 54 EtsClass *global = etsClassLinker->GetClass("LCoroutine;"); in SetUp() local
|
/arkcompiler/ets_frontend/ets2panda/ir/ts/ |
D | tsModuleDeclaration.h | 28 bool global, bool isExternalAmbient) in TSModuleDeclaration()
|
/arkcompiler/ets_frontend/ts2panda/ |
D | webpack.config.js | 69 global: false property
|
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/ |
D | runtime_adapter_test.cpp | 94 auto global = pointers.klass[0U]; in TEST() local
|
/arkcompiler/runtime_core/bytecode_optimizer/tests/ |
D | runtime_adapter_test.cpp | 94 auto global = pointers.klass[0]; in TEST() local
|
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
D | escompat_RegExp.cpp | 368 void SetLastIndexField(EtsObject *regexp, EtsField *lastIndexField, bool global, bool sticky, EtsDo… in SetLastIndexField() 395 bool global = (flagsBits & RegExpParser::FLAG_GLOBAL) > 0; in EscompatRegExpExec() local
|
/arkcompiler/ets_frontend/ts2panda/tests/ |
D | scope.test.ts | 182 let global = new GlobalScope(); variable
|
/arkcompiler/runtime_core/static_core/irtoc/lang/ |
D | function.rb | 194 def global(var_sym) method in Function
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_regexp.cpp | 555 JSHandle<JSTaggedValue> global = globalConst->GetHandledGlobalString(); in Match() local 723 bool global = false; in MatchAll() local 916 JSHandle<JSTaggedValue> global = globalConst->GetHandledGlobalString(); in ReplaceInternal() local 1874 bool global = (flagsBits & RegExpParser::FLAG_GLOBAL) != 0; in RegExpBuiltinExec() local 2101 bool global = (flagsBits & RegExpParser::FLAG_GLOBAL) != 0; in RegExpExecForTestFast() local
|
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
D | ffi_workload.cpp | 2615 Global<JSValueRef> global(param); in HWTEST_F_L0() local 2627 Global<JSValueRef> global; in HWTEST_F_L0() local 2643 Global<JSValueRef> global(std::move(param)); in HWTEST_F_L0() local 2655 Global<JSValueRef> global; in HWTEST_F_L0() local 2671 Global<JSValueRef> global(vm_, current); in HWTEST_F_L0() local 2685 Global<JSValueRef> global(vm_, current); in HWTEST_F_L0() local 2696 Global<BooleanRef> global(vm_, BooleanRef::New(vm_, true)); in HWTEST_F_L0() local 2710 Global<BooleanRef> global(vm_, BooleanRef::New(vm_, true)); in HWTEST_F_L0() local 2724 Global<BooleanRef> global(vm_, BooleanRef::New(vm_, true)); in HWTEST_F_L0() local 2737 Global<BooleanRef> global(vm_, BooleanRef::New(vm_, true)); in HWTEST_F_L0() local [all …]
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/ |
D | mir_module.h | 513 void InsertInlineGlobal(uint32_t global) in InsertInlineGlobal()
|
/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_frontend/ets2panda/compiler/lowering/scopesInit/ |
D | scopesInitPhase.cpp | 1025 void InitScopesPhaseETS::ParseGlobalClass(ir::ClassDefinition *global) in ParseGlobalClass()
|
/arkcompiler/ets_frontend/es2panda/compiler/core/ |
D | pandagen.cpp | 519 VReg global = AllocReg(); in LoadObjByNameViaDebugger() local 558 VReg global = AllocReg(); in StoreObjByNameViaDebugger() local
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.cpp | 867 …ggedValue SlowRuntimeStub::TryLdGlobalByNameFromGlobalProto(JSThread *thread, JSTaggedValue global, in TryLdGlobalByNameFromGlobalProto() 885 JSTaggedValue SlowRuntimeStub::LdGlobalVarFromGlobalProto(JSThread *thread, JSTaggedValue global, J… in LdGlobalVarFromGlobalProto()
|