Home
last modified time | relevance | path

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

12

/arkcompiler/ets_runtime/test/fuzztest/templateclassglobal_fuzzer/
Dtemplateclassglobal_fuzzer.cpp35 [[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/
Dglobalclass_fuzzer.cpp37 [[maybe_unused]]Global<JSValueRef> global(param); in GlobalFuzzerTest() local
50 Global<JSValueRef> global; in GlobalOperatorEqualFuzzerTest() local
72 [[maybe_unused]]Global<JSValueRef> global(std::move(param)); in GlobalMoveFuzzerTest() local
85 Global<JSValueRef> global; in GlobalOperatorEqualMoveFuzzerTest() local
107 Global<JSValueRef> global(vm, current); in GlobalVMLocalFuzzerTest() local
/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/ecmascript/
Djs_regexp_iterator.cpp54 bool global = jsIterator->GetGlobal(); in Next() local
108 bool global, bool fullUnicode) in CreateRegExpStringIterator()
Decma_context.cpp304 …JSHandle<JSTaggedValue> global = GlobalEnv::Cast(globalEnv_.GetTaggedObject())->GetJSGlobalObject(… in CommonInvokeEcmaEntrypoint() local
837 void EcmaContext::SetGlobalEnv(GlobalEnv *global) in SetGlobalEnv()
Djs_thread.h767 void SetGlueGlobalEnv(GlobalEnv *global) in SetGlueGlobalEnv()
/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/runtime_core/static_core/plugins/ets/tests/mock/
Djs_mode_launch.cpp54 EtsClass *global = etsClassLinker->GetClass("LJSCoroutine;"); in SetUp() local
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/
Dtest262harness.js19 global: globalThis, property
/arkcompiler/ets_frontend/es2panda/test/
Dtest262harness.js18 global: globalThis, property
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsModuleDeclaration.h30 bool global; member
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp94 auto global = pointers.klass[0]; in TEST() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp94 auto global = pointers.klass[0U]; in TEST() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp389 void SetLastIndexField(EtsObject *regexp, EtsField *lastIndexField, bool global, bool sticky, EtsDo… in SetLastIndexField()
416 bool global = (flagsBits & RegExpParser::FLAG_GLOBAL) > 0; in EscompatRegExpExec() local
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dfunction.rb194 def global(var_sym) method in Function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp2616 Global<JSValueRef> global(param); in HWTEST_F_L0() local
2628 Global<JSValueRef> global; in HWTEST_F_L0() local
2644 Global<JSValueRef> global(std::move(param)); in HWTEST_F_L0() local
2656 Global<JSValueRef> global; in HWTEST_F_L0() local
2672 Global<JSValueRef> global(vm_, current); in HWTEST_F_L0() local
2686 Global<JSValueRef> global(vm_, current); in HWTEST_F_L0() local
2697 Global<BooleanRef> global(vm_, BooleanRef::New(vm_, true)); in HWTEST_F_L0() local
2711 Global<BooleanRef> global(vm_, BooleanRef::New(vm_, true)); in HWTEST_F_L0() local
2725 Global<BooleanRef> global(vm_, BooleanRef::New(vm_, true)); in HWTEST_F_L0() local
2738 Global<BooleanRef> global(vm_, BooleanRef::New(vm_, true)); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp282 bool global = GetOriginalFlag(thread, regexp, RegExpParser::FLAG_GLOBAL); in RegExpTestFast() local
761 bool global = false; in RegExpMatchAll() local
2112 bool global = GetOriginalFlag(thread, regexp, RegExpParser::FLAG_GLOBAL); in RegExpBuiltinExec() local
2130 bool global = GetOriginalFlag(thread, regexp, RegExpParser::FLAG_GLOBAL); in RegExpBuiltinExecWithoutResult() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Dintrinsics_api_impl.cpp613 auto global = GetGlobal(env); in JSONStringify() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Dmir_module.h510 void InsertInlineGlobal(uint32_t global) in InsertInlineGlobal()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp510 VReg global = AllocReg(); in LoadObjByNameViaDebugger() local
544 VReg global = AllocReg(); in StoreObjByNameViaDebugger() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_regexp_test.cpp169 JSHandle<JSTaggedValue> global(thread->GetEcmaVM()->GetFactory()->NewFromASCII("global")); in HWTEST_F_L0() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp1218 void InitScopesPhaseETS::ParseGlobalClass(ir::ClassDefinition *global) in ParseGlobalClass()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp850 …ggedValue SlowRuntimeStub::TryLdGlobalByNameFromGlobalProto(JSThread *thread, JSTaggedValue global, in TryLdGlobalByNameFromGlobalProto()
868 JSTaggedValue SlowRuntimeStub::LdGlobalVarFromGlobalProto(JSThread *thread, JSTaggedValue global, J… in LdGlobalVarFromGlobalProto()
/arkcompiler/ets_frontend/ets2panda/compiler/core/
DJSCompiler.cpp1117 compiler::VReg global = pg->AllocReg(); in Compile() local

12