Home
last modified time | relevance | path

Searched defs:undefinedValue (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
H A Dshared_object_factory_test.cpp117 JSHandle<JSTaggedValue> undefinedValue = thread->GlobalConstants()->GetHandledUndefined(); in HWTEST_F_L0() local
127 JSHandle<JSTaggedValue> undefinedValue = thread->GlobalConstants()->GetHandledUndefined(); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_async_from_sync_iterator.cpp86 JSHandle<JSTaggedValue> undefinedValue = globalConstant->GetHandledUndefined(); in Throw() local
162 JSHandle<JSTaggedValue> undefinedValue = globalConstant->GetHandledUndefined(); in Return() local
[all...]
/arkcompiler/ets_runtime/ecmascript/compiler/trampoline/aarch64/
H A Doptimized_fast_call.cpp208 Register undefinedValue = __ TempRegister2(); in OptimizedFastCallAndPushArgv() local
235 Register undefinedValue = __ TempRegister2(); in OptimizedFastCallAndPushArgv() local
441 Register undefinedValue = __ TempRegister2(); in JSFastCallWithArgVAndPushArgv() local
468 Register undefinedValue = __ TempRegister2(); JSFastCallWithArgVAndPushArgv() local
[all...]
H A Doptimized_call.cpp244 Register undefinedValue = __ TempRegister2(); in OptimizedCallAndPushArgv() local
/arkcompiler/ets_runtime/ecmascript/
H A Dshared_object_factory.cpp722 JSTaggedValue undefinedValue = thread_->GlobalConstants()->GetUndefined(); in NewSSourceTextModule() local
820 JSHandle<JSTaggedValue> undefinedValue = thread_->GlobalConstants()->GetHandledUndefined(); NewSResolvedIndexBindingRecord() local
840 JSHandle<JSTaggedValue> undefinedValue = thread_->GlobalConstants()->GetHandledUndefined(); NewSResolvedBindingRecord() local
860 JSHandle<JSTaggedValue> undefinedValue = thread_->GlobalConstants()->GetHandledUndefined(); NewSResolvedRecordIndexBindingRecord() local
882 JSHandle<JSTaggedValue> undefinedValue = thread_->GlobalConstants()->GetHandledUndefined(); NewSResolvedRecordBindingRecord() local
[all...]
H A Dobject_factory.cpp4702 JSTaggedValue undefinedValue = thread_->GlobalConstants()->GetUndefined(); in NewSourceTextModule() local
4735 JSHandle<JSTaggedValue> undefinedValue = thread_->GlobalConstants()->GetHandledUndefined(); NewResolvedBindingRecord() local
4755 JSHandle<JSTaggedValue> undefinedValue = thread_->GlobalConstants()->GetHandledUndefined(); NewResolvedIndexBindingRecord() local
[all...]

Completed in 16 milliseconds