/arkcompiler/ets_runtime/test/fuzztest/templateclassglobal_fuzzer/ |
H A D | templateclassglobal_fuzzer.cpp | 35 [[maybe_unused]]Global<JSValueRef> global(vm, current); in TemplateGlobalFuzzerTest() 48 Global<BooleanRef> global(vm, BooleanRef::New(vm, true)); in TemplateToLocalFuzzerTest() 49 [[maybe_unused]]Local<JSValueRef> local = global.ToLocal(); in TemplateToLocalFuzzerTest() 62 Global<BooleanRef> global(vm, BooleanRef::New(vm, true)); in TemplateToLocalFromVMFuzzerTest() 63 [[maybe_unused]]Local<JSValueRef> local = global.ToLocal(vm); in TemplateToLocalFromVMFuzzerTest() 76 Global<BooleanRef> global(vm, BooleanRef::New(vm, true)); in TemplateEmptyFuzzerTest() 77 global.Empty(); in TemplateEmptyFuzzerTest() 90 Global<BooleanRef> global(vm, BooleanRef::New(vm, true)); in TemplateFreeGlobalHandleAddrFuzzerTest() 91 global.FreeGlobalHandleAddr(); in TemplateFreeGlobalHandleAddrFuzzerTest() 104 Global<BooleanRef> global(v in GlobalOperatorStarFuzzerTest() 132 Global<JSValueRef> global; GlobalIsEmptyFuzzerTest() local [all...] |
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/test262/ |
H A D | test262harness.js | 19 global: globalThis, 22 global.evalScript(code); 29 global.gc(); 32 return global[name]; 35 global[name] = value; 55 return this.global[name]; 58 this.global[name] = value;
|
/arkcompiler/ets_frontend/es2panda/test/ |
H A D | test262harness.js | 18 global: globalThis, 21 global.evalScript(code); 31 return global[name]; 34 global[name] = value; 54 return this.global[name]; 57 this.global[name] = value;
|
/arkcompiler/ets_runtime/test/fuzztest/globalclass_fuzzer/ |
H A D | globalclass_fuzzer.cpp | 37 [[maybe_unused]]Global<JSValueRef> global(param); in GlobalFuzzerTest() 50 Global<JSValueRef> global; in GlobalOperatorEqualFuzzerTest() local 55 global = param; in GlobalOperatorEqualFuzzerTest() 72 [[maybe_unused]]Global<JSValueRef> global(std::move(param)); in GlobalMoveFuzzerTest() 85 Global<JSValueRef> global; in GlobalOperatorEqualMoveFuzzerTest() local 90 global = std::move(param); in GlobalOperatorEqualMoveFuzzerTest() 107 Global<JSValueRef> global(vm, current); in GlobalVMLocalFuzzerTest()
|
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/x86/ |
H A D | deoptimization_x86.S | 16 .global DeoptimizeAfterCFrame 21 .global DeoptimizeAfterIFrame 26 .global DropCompiledFrameAndReturn
|
/arkcompiler/runtime_core/static_core/plugins/ets/tests/mock/ |
H A D | js_mode_launch.cpp | 54 EtsClass *global = etsClassLinker->GetClass("LJSCoroutine;"); variable 55 ASSERT_NE(nullptr, global); 56 EtsMethod *getCoroIdMethod = global->GetMethod("getCoroutineId");
|
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/aarch64/ |
H A D | compiled_code_to_runtime_bridge_aarch64.S | 21 .global \name 41 .global \name 77 .global \name 96 .global \name 115 .global \name 134 .global \name
|
/arkcompiler/ets_frontend/es2panda/ir/expressions/ |
H A D | unaryExpression.cpp | 48 compiler::VReg global = pg->AllocReg(); in Compile() local 51 pg->StoreAccumulator(this, global); in Compile() 56 pg->DeleteObjProperty(this, global, variable); in Compile() 85 compiler::VReg global = pg->AllocReg(); in Compile() local 88 pg->StoreAccumulator(this, global); in Compile() 89 pg->LoadObjByName(this, global, ident->Name()); in Compile()
|
/arkcompiler/ets_runtime/ecmascript/ |
H A D | js_regexp_iterator.cpp | 50 // 7. Let global be O.[[Global]]. in Next() 54 bool global = jsIterator->GetGlobal(); in Next() local 75 if (!global) { in Next() 76 // b. Else, if non global case in Next() 82 // a. If global is true, then in Next() 108 bool global, bool fullUnicode) in CreateRegExpStringIterator() 115 JSHandle<JSTaggedValue> iter(factory->NewJSRegExpIterator(matcher, inputStr, global, fullUnicode)); in CreateRegExpStringIterator() 105 CreateRegExpStringIterator(JSThread *thread, const JSHandle<JSTaggedValue> &matcher, const JSHandle<EcmaString> &inputStr, bool global, bool fullUnicode) CreateRegExpStringIterator() argument
|
/arkcompiler/ets_frontend/ets2panda/util/ast-builders/ |
H A D | tsModuleDeclarationBuilder.h | 47 TSModuleDeclarationBuilder &SetGlobal(bool global) in SetGlobal() argument 49 global_ = global; in SetGlobal()
|
/arkcompiler/ets_runtime/test/moduletest/builtins/ |
H A D | builtinsreflect.js | 39 var global = this; 63 global
|
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/arm/ |
H A D | interpreter_to_compiled_code_bridge_dyn_arm.S | 21 .global InterpreterToCompiledCodeBridgeDyn 102 .global InvokeCompiledCodeWithArgArrayDyn
|
H A D | expand_compiled_code_args_dyn_arm.S | 18 .global ExpandCompiledCodeArgsDyn
|
H A D | compiled_code_to_interpreter_bridge_dyn_arm.S | 28 .global CompiledCodeToInterpreterBridgeDyn
|
/arkcompiler/ets_frontend/es2panda/ir/ts/ |
H A D | tsModuleDeclaration.h | 38 bool global, bool isInstantiated = true) in TSModuleDeclaration() 44 global_(global), in TSModuleDeclaration() 37 TSModuleDeclaration(binder::TSModuleScope *scope, Expression *name, Statement *body, bool declare, bool global, bool isInstantiated = true) TSModuleDeclaration() argument
|
/arkcompiler/runtime_core/static_core/runtime/arch/amd64/ |
H A D | common_amd64.S | 21 .global StackOverflowExceptionEntrypointTrampoline
|
H A D | interpreter_support.S | 19 .global ExecuteImplStub
|
/arkcompiler/runtime_core/static_core/runtime/arch/x86/ |
H A D | osr_x86.S | 16 .global OsrEntry
|
H A D | interpreter_support.S | 18 .global ExecuteImplStub
|
/arkcompiler/runtime_core/static_core/runtime/tests/arch/arm/ |
H A D | invokation_helper.S | 19 .global InvokeHelper
|
H A D | stack_walker_hook_bridge.S | 18 .global StackWalkerHookBridge
|
/arkcompiler/runtime_core/static_core/runtime/tests/arch/aarch64/ |
H A D | stack_walker_hook_bridge.S | 19 .global StackWalkerHookBridge
|
/arkcompiler/runtime_core/static_core/runtime/tests/arch/amd64/ |
H A D | stack_walker_hook_bridge.S | 18 .global StackWalkerHookBridge
|
/arkcompiler/ets_runtime/test/moduletest/regexpmaxindex/ |
H A D | regexpmaxindex.js | 25 get global() { return true; },
|
/arkcompiler/runtime_core/static_core/runtime/bridge/arch/amd64/ |
H A D | deoptimization_amd64.S | 20 .global DeoptimizeAfterCFrame 133 .global DeoptimizeAfterIFrame 183 .global DropCompiledFrameAndReturn
|