Home
last modified time | relevance | path

Searched defs:global (Results 1 – 25 of 31) 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.cpp35 [[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/
Dtest-keyword-identify4.ts17 export var declare = 0, global = 1; variable
Dtest_module7.ts23 var global = 1; variable
/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.cpp279 …JSHandle<JSTaggedValue> global = GlobalEnv::Cast(globalEnv_.GetTaggedObject())->GetJSGlobalObject(… in CommonInvokeEcmaEntrypoint() local
698 void EcmaContext::SetGlobalEnv(GlobalEnv *global) in SetGlobalEnv()
Djs_thread.h651 void SetGlueGlobalEnv(GlobalEnv *global) in SetGlueGlobalEnv()
/arkcompiler/ets_frontend/es2panda/test/
Dtest262harness.js18 global: globalThis, property
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/
Dtest262harness.js19 global: globalThis, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
Djs_mode_launch.cpp54 EtsClass *global = etsClassLinker->GetClass("LCoroutine;"); in SetUp() local
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsModuleDeclaration.h28 bool global, bool isExternalAmbient) in TSModuleDeclaration()
/arkcompiler/ets_frontend/ts2panda/
Dwebpack.config.js69 global: false property
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp94 auto global = pointers.klass[0U]; in TEST() local
/arkcompiler/runtime_core/bytecode_optimizer/tests/
Druntime_adapter_test.cpp94 auto global = pointers.klass[0]; in TEST() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
Descompat_RegExp.cpp368 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/
Dscope.test.ts182 let global = new GlobalScope(); variable
/arkcompiler/runtime_core/static_core/irtoc/lang/
Dfunction.rb194 def global(var_sym) method in Function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_regexp.cpp555 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/
Dffi_workload.cpp2615 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/
Dmir_module.h513 void InsertInlineGlobal(uint32_t global) in InsertInlineGlobal()
/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_frontend/ets2panda/compiler/lowering/scopesInit/
DscopesInitPhase.cpp1025 void InitScopesPhaseETS::ParseGlobalClass(ir::ClassDefinition *global) in ParseGlobalClass()
/arkcompiler/ets_frontend/es2panda/compiler/core/
Dpandagen.cpp519 VReg global = AllocReg(); in LoadObjByNameViaDebugger() local
558 VReg global = AllocReg(); in StoreObjByNameViaDebugger() local
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp867 …ggedValue SlowRuntimeStub::TryLdGlobalByNameFromGlobalProto(JSThread *thread, JSTaggedValue global, in TryLdGlobalByNameFromGlobalProto()
885 JSTaggedValue SlowRuntimeStub::LdGlobalVarFromGlobalProto(JSThread *thread, JSTaggedValue global, J… in LdGlobalVarFromGlobalProto()

12