Home
last modified time | relevance | path

Searched defs:undefined (Results 1 – 25 of 227) sorted by relevance

12345678910

/arkcompiler/ets_frontend/es2panda/test/parser/ts/type_checker/
Dundefined_as_value.ts18 let b: undefined[] = [undefined, undefined]; variable
19 let c = [undefined, undefined, undefined]; variable
/arkcompiler/ets_frontend/ets2panda/test/compiler/ts/
Dundefined_as_value.ts18 let b: undefined[] = [undefined, undefined]; variable
19 let c = [undefined, undefined, undefined]; variable
/arkcompiler/ets_runtime/ecmascript/
Djs_iterator.cpp57 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in GetIterator() local
96 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in GetAsyncIterator() local
118 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in IteratorNext() local
139 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in IteratorNext() local
161 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in IteratorNext() local
182 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in IteratorNext() local
264 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in IteratorClose() local
Djs_proxy.cpp73 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in GetPrototype() local
136 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in SetPrototype() local
198 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in IsExtensible() local
249 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in PreventExtensions() local
304 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in GetOwnProperty() local
399 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in DefineOwnProperty() local
482 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in HasProperty() local
585 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in GetProperty() local
652 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in SetProperty() local
696 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in DeleteProperty() local
[all …]
Djs_async_generator_object.cpp67 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in AsyncGeneratorResolve() local
106 const JSHandle<JSTaggedValue> undefined = constants->GetHandledUndefined(); in AsyncGeneratorReject() local
264 JSHandle<JSTaggedValue> undefined = constants->GetHandledUndefined(); in AsyncGeneratorEnqueue() local
320 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in PromiseResolve() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp54 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in PromiseReactionJob() local
106 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in PromiseResolveThenableJob() local
250 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in DynamicImportJob() local
265 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in CatchException() local
310 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in HandleModuleException() local
Dbuiltins_promise_handler.cpp155 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in ResolveElementFunction() local
202 JSTaggedValue undefined = thread->GlobalConstants()->GetUndefined(); in throwerFunction() local
221 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in ThenFinally() local
262 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in CatchFinally() local
325 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in PromiseResolve() local
392 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in AllSettledResolveElementFunction() local
457 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in AllSettledRejectElementFunction() local
516 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in AnyRejectElementFunction() local
Dbuiltins_async_iterator.cpp54 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in Return() local
Dbuiltins_promise.cpp66 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in PromiseConstructor() local
271 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in Reject() local
304 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in Catch() local
456 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in PerformPromiseAll() local
566 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in PerformPromiseRace() local
707 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in PerformPromiseAny() local
892 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in PerformPromiseAllSettled() local
1075 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in Finally() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/tests/
Dheap_tracker_second_test.cpp133 …JSHandle<JSTaggedValue> undefined = instance->GetJSThread()->GlobalConstants()->GetHandledUndefine… in HWTEST_F_L0() local
169 …JSHandle<JSTaggedValue> undefined = instance->GetJSThread()->GlobalConstants()->GetHandledUndefine… in HWTEST_F_L0() local
206 …JSHandle<JSTaggedValue> undefined = instance->GetJSThread()->GlobalConstants()->GetHandledUndefine… in HWTEST_F_L0() local
242 …JSHandle<JSTaggedValue> undefined = instance->GetJSThread()->GlobalConstants()->GetHandledUndefine… in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/timer_helper/
Dtimer.cpp80 napi_value undefined = nullptr; in RegisterTimer() local
132 napi_value undefined; in SetTimeoutImpl() local
193 napi_value undefined; in ClearTimerImpl() local
/arkcompiler/ets_runtime/ecmascript/jobs/
Dpending_job.h49 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in ExecutePendingJob() local
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/tools/generate-es-checked/src/
Dscript_module.rb53 def undefined method
/arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/extensions/generators/ets_es_checked/generate-es-checked/src/
Dscript_module.rb53 def undefined method
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_primitive_ref_test.cpp35 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in HWTEST_F_L0() local
Djs_promise_test.cpp82 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in HWTEST_F_L0() local
101 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in HWTEST_F_L0() local
Djs_api_hashset_iterator_test.cpp84 JSHandle<JSTaggedValue> undefined(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Djs_api_hashmap_iterator_test.cpp84 JSHandle<JSTaggedValue> undefined(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Djs_api_lightweightmap_iterator_test.cpp91 JSHandle<JSTaggedValue> undefined(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Djs_api_linked_list_iterator_test.cpp99 JSHandle<JSTaggedValue> undefined(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Djs_api_list_iterator_test.cpp99 JSHandle<JSTaggedValue> undefined(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/
Djs_job_queue.cpp57 napi_value undefined; in ThenCallback() local
75 napi_value undefined; in Post() local
150 napi_value undefined; in OnJsPromiseCompleted() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_dynamic_import.cpp76 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in ExecuteNativeOrJsonModule() local
/arkcompiler/runtime_core/static_core/plugins/ets/tests/ets_test_suite/linker/native/
Druntime_linker_extensions.cpp38 ani_ref undefined; in LoadFile() local
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferisview_fuzzer/
Dbuiltinsarraybufferisview_fuzzer.cpp40 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in CreateEcmaRuntimeCallInfo() local

12345678910