Home
last modified time | relevance | path

Searched defs:global (Results 1 - 25 of 27) sorted by relevance

12

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/
H A Dtest262harness.js
/arkcompiler/ets_frontend/es2panda/test/
H A Dtest262harness.js
/arkcompiler/ets_runtime/test/fuzztest/globalclass_fuzzer/
H A Dglobalclass_fuzzer.cpp50 Global<JSValueRef> global; in GlobalOperatorEqualFuzzerTest() local
85 Global<JSValueRef> global; in GlobalOperatorEqualMoveFuzzerTest() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/
H A Djs_mode_launch.cpp54 EtsClass *global = etsClassLinker->GetClass("LJSCoroutine;"); variable
/arkcompiler/ets_runtime/ecmascript/
H A Djs_regexp_iterator.cpp54 bool global = jsIterator->GetGlobal(); in Next() local
105 CreateRegExpStringIterator(JSThread *thread, const JSHandle<JSTaggedValue> &matcher, const JSHandle<EcmaString> &inputStr, bool global, bool fullUnicode) CreateRegExpStringIterator() argument
H A Decma_context.cpp304 JSHandle<JSTaggedValue> global = GlobalEnv::Cast(globalEnv_.GetTaggedObject())->GetJSGlobalObject(); in CommonInvokeEcmaEntrypoint() local
837 void EcmaContext::SetGlobalEnv(GlobalEnv *global) in SetGlobalEnv() argument
[all...]
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DtsModuleDeclarationBuilder.h47 TSModuleDeclarationBuilder &SetGlobal(bool global) in SetGlobal() argument
/arkcompiler/ets_runtime/test/fuzztest/templateclassglobal_fuzzer/
H A Dtemplateclassglobal_fuzzer.cpp132 Global<JSValueRef> global; GlobalIsEmptyFuzzerTest() local
[all...]
/arkcompiler/runtime_core/bytecode_optimizer/tests/
H A Druntime_adapter_test.cpp94 auto global = pointers.klass[0]; in TEST() local
/arkcompiler/runtime_core/static_core/bytecode_optimizer/tests/
H A Druntime_adapter_test.cpp94 auto global = pointers.klass[0U]; in TEST() local
/arkcompiler/ets_frontend/ets2panda/ir/ts/
H A DtsModuleDeclaration.h30 bool global; member
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DunaryExpression.cpp48 compiler::VReg global = pg->AllocReg(); in Compile() local
85 compiler::VReg global = pg->AllocReg(); in Compile() local
/arkcompiler/ets_frontend/es2panda/ir/ts/
H A DtsModuleDeclaration.h37 TSModuleDeclaration(binder::TSModuleScope *scope, Expression *name, Statement *body, bool declare, bool global, bool isInstantiated = true) TSModuleDeclaration() argument
/arkcompiler/runtime_core/static_core/irtoc/lang/
H A Dfunction.rb194 def global(var_sym) method in Function
H A Dinstruction.rb
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
H A Dintrinsics_api_impl.cpp610 auto global = GetGlobal(env); in JSONStringify() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/
H A Descompat_RegExp.cpp389 void SetLastIndexField(EtsObject *regexp, EtsField *lastIndexField, bool global, bool sticky, EtsDouble value) in SetLastIndexField() argument
416 bool global = (flagsBits & RegExpParser::FLAG_GLOBAL) > 0; in EscompatRegExpExec() local
/arkcompiler/ets_frontend/ets2panda/compiler/core/
H A DJSCompiler.cpp1117 compiler::VReg global = pg->AllocReg(); in Compile() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/
H A DscopesInitPhase.cpp1231 void InitScopesPhaseETS::ParseGlobalClass(ir::ClassDefinition *global) in ParseGlobalClass() argument
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp850 JSTaggedValue SlowRuntimeStub::TryLdGlobalByNameFromGlobalProto(JSThread *thread, JSTaggedValue global, in TryLdGlobalByNameFromGlobalProto() argument
868 JSTaggedValue SlowRuntimeStub::LdGlobalVarFromGlobalProto(JSThread *thread, JSTaggedValue global, JSTaggedValue prop) in LdGlobalVarFromGlobalProto() argument
/arkcompiler/toolchain/tooling/agent/
H A Ddebugger_impl.cpp1974 std::unique_ptr<RemoteObject> global = std::make_unique<RemoteObject>(); in GetGlobalScopeChain() local
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Dffi_workload.cpp2628 Global<JSValueRef> global; in HWTEST_F_L0() local
2656 Global<JSValueRef> global; in HWTEST_F_L0() local
2779 Global<JSValueRef> global; HWTEST_F_L0() local
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A 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); RegExpBuiltinExec() local
2130 bool global = GetOriginalFlag(thread, regexp, RegExpParser::FLAG_GLOBAL); RegExpBuiltinExecWithoutResult() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
H A Dmir_module.h480 void InsertInlineGlobal(uint32_t global) in InsertInlineGlobal() argument
/arkcompiler/ets_frontend/es2panda/compiler/core/
H A Dpandagen.cpp510 VReg global = AllocReg(); in LoadObjByNameViaDebugger() local
544 VReg global = AllocReg(); in StoreObjByNameViaDebugger() local

Completed in 36 milliseconds

12