Home
last modified time | relevance | path

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

123456789

/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_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_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
544 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in GetProperty() local
616 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in SetProperty() local
680 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.cpp52 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in PromiseReactionJob() local
104 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in PromiseResolveThenableJob() local
238 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in DynamicImportJob() local
252 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in CatchException() local
Dbuiltins_promise_handler.cpp203 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in ResolveElementFunction() local
250 JSTaggedValue undefined = thread->GlobalConstants()->GetUndefined(); in throwerFunction() local
269 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in ThenFinally() local
310 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in CatchFinally() local
366 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in PromiseResolve() local
433 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in AllSettledResolveElementFunction() local
498 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in AllSettledRejectElementFunction() local
557 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in AnyRejectElementFunction() local
Dbuiltins_promise.cpp63 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in PromiseConstructor() local
262 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in Resolve() local
299 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in Reject() local
332 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in Catch() local
472 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in PerformPromiseAll() local
582 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in PerformPromiseRace() local
723 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in PerformPromiseAny() local
908 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in PerformPromiseAllSettled() local
1091 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in Finally() local
Dbuiltins_async_iterator.cpp54 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in Return() 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
205 …JSHandle<JSTaggedValue> undefined = instance->GetJSThread()->GlobalConstants()->GetHandledUndefine… in HWTEST_F_L0() local
241 …JSHandle<JSTaggedValue> undefined = instance->GetJSThread()->GlobalConstants()->GetHandledUndefine… in HWTEST_F_L0() local
Dheap_tracker_first_test.cpp133 …JSHandle<JSTaggedValue> undefined = instance->GetJSThread()->GlobalConstants()->GetHandledUndefine… in HWTEST_F_L0() local
187 …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/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/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.cpp51 napi_value undefined; in ThenCallback() local
62 napi_value undefined; in Post() local
125 napi_value undefined; in OnJsPromiseResolved() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_dynamic_import.cpp72 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in ExecuteNativeOrJsonModule() local
/arkcompiler/ets_runtime/test/fuzztest/containersprivatecommon_fuzzer/
Dcontainersprivatecommon_fuzzer.h43 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in CreateEcmaRuntimeCallInfo() local
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferisview_fuzzer/
Dbuiltinsarraybufferisview_fuzzer.cpp40 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in CreateEcmaRuntimeCallInfo() local
/arkcompiler/ets_runtime/test/fuzztest/builtinsarraybufferarraybufferconstructor_fuzzer/
Dbuiltinsarraybufferarraybufferconstructor_fuzzer.cpp40 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in CreateEcmaRuntimeCallInfo() local

123456789