Home
last modified time | relevance | path

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

12345678

/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.cpp62 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in GetIterator() local
99 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in GetAsyncIterator() local
119 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in IteratorNext() local
139 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in IteratorNext() local
160 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in IteratorNext() local
180 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in IteratorNext() local
261 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in IteratorClose() local
Djs_proxy.cpp74 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in GetPrototype() local
136 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in SetPrototype() local
197 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in IsExtensible() local
247 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in PreventExtensions() local
301 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in GetOwnProperty() local
399 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in DefineOwnProperty() local
487 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in HasProperty() local
548 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in GetProperty() local
619 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in SetProperty() local
679 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in DeleteProperty() local
[all …]
Djs_async_generator_object.cpp75 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in AsyncGeneratorResolve() local
108 const JSHandle<JSTaggedValue> undefined = constants->GetHandledUndefined(); in AsyncGeneratorReject() local
262 JSHandle<JSTaggedValue> undefined = constants->GetHandledUndefined(); in AsyncGeneratorEnqueue() local
315 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in PromiseResolve() local
Djs_stable_array.cpp287 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in HandleFindIndexOfStable() local
325 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in HandleEveryOfStable() local
370 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in HandleforEachOfStable() local
447 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in Filter() local
491 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in Map() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp54 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in PromiseReactionJob() local
104 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in PromiseResolveThenableJob() local
201 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in DynamicImportJob() local
213 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in CatchException() local
Dbuiltins_promise_handler.cpp207 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in ResolveElementFunction() local
250 JSTaggedValue undefined = thread->GlobalConstants()->GetUndefined(); in throwerFunction() local
268 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in ThenFinally() local
308 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in CatchFinally() local
362 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in PromiseResolve() local
426 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in AllSettledResolveElementFunction() local
488 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in AllSettledRejectElementFunction() local
545 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in AnyRejectElementFunction() local
Dbuiltins_promise.cpp75 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in PromiseConstructor() local
271 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in Resolve() local
308 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in Reject() local
340 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in Catch() local
477 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in PerformPromiseAll() local
586 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in PerformPromiseRace() local
724 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in PerformPromiseAny() local
906 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in PerformPromiseAllSettled() local
1088 JSHandle<JSTaggedValue> undefined(globalConst->GetHandledUndefined()); in Finally() local
Dbuiltins_async_iterator.cpp51 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in Return() local
Dbuiltins_async_from_sync_iterator.cpp87 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in Throw() local
154 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in Return() local
Dbuiltins_array.cpp167 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in From() local
351 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in Of() local
726 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in Every() local
911 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in Filter() local
985 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in Find() local
1050 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in FindIndex() local
1117 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in ForEach() local
1459 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in Map() local
1685 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in Reduce() local
1791 JSHandle<JSTaggedValue> undefined = globalConst->GetHandledUndefined(); in ReduceRight() local
[all …]
Dbuiltins_set.cpp84 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in SetConstructor() local
208 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in ForEach() local
Dbuiltins_function.cpp105 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in FunctionPrototypeApply() local
249 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in FunctionPrototypeCall() local
Dbuiltins_reflect.cpp44 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in ReflectApply() local
79 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in ReflectConstruct() local
/arkcompiler/ets_runtime/ecmascript/jobs/
Dpending_job.h50 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in ExecutePendingJob() local
/arkcompiler/ets_runtime/ecmascript/tests/
Djs_promise_test.cpp106 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in HWTEST_F_L0() local
125 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in HWTEST_F_L0() local
Djs_api_hashset_iterator_test.cpp131 JSHandle<JSTaggedValue> undefined(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Djs_api_hashmap_iterator_test.cpp131 JSHandle<JSTaggedValue> undefined(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
Djs_api_lightweightmap_iterator_test.cpp140 JSHandle<JSTaggedValue> undefined(thread, JSTaggedValue::Undefined()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp83 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in SortCompare() local
198 … JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in FlattenIntoArray() local
Djson_parser.cpp59 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in InternalizeJsonProperty() local
/arkcompiler/ets_runtime/test/fuzztest/containersprivatecommon_fuzzer/
Dcontainersprivatecommon_fuzzer.h43 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in CreateEcmaRuntimeCallInfo() local
/arkcompiler/ets_frontend/ts2panda/src/base/
DvregisterCache.ts41 undefined, enumerator
/arkcompiler/ets_runtime/test/fuzztest/containerstreemaphasvalue_fuzzer/
Dcontainerstreemaphasvalue_fuzzer.cpp44 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in CreateEcmaRuntimeCallInfo() local
/arkcompiler/ets_runtime/test/fuzztest/containerslightweightsettostring_fuzzer/
Dcontainerslightweightsettostring_fuzzer.cpp45 JSHandle<JSTaggedValue> undefined = thread->GlobalConstants()->GetHandledUndefined(); in CreateEcmaRuntimeCallInfo() local

12345678