Home
last modified time | relevance | path

Searched refs:undefined_value (Results 1 - 25 of 141) sorted by relevance

123456

/third_party/node/deps/v8/src/runtime/
H A Druntime-trace.cc109 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
117 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
120 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
154 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
159 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
167 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
170 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
194 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
203 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
229 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
[all...]
H A Druntime-promise.cc33 isolate->factory()->undefined_value()); in RUNTIME_FUNCTION()
41 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
51 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
61 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
72 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
85 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
92 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
104 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
121 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
131 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
[all...]
H A Druntime-test.cc55 return ReadOnlyRoots(isolate).undefined_value(); in CrashUnlessFuzzing()
64 // otherwise returns undefined_value.
67 ? ReadOnlyRoots(isolate).undefined_value() in ReturnFuzzSafe()
105 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
158 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
176 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
306 return ReadOnlyRoots(isolate).undefined_value(); in OptimizeFunctionOnNextCall()
335 return ReadOnlyRoots(isolate).undefined_value(); in OptimizeFunctionOnNextCall()
421 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
426 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
[all...]
H A Druntime-forin.cc56 if (!success) return isolate->factory()->undefined_value(); in HasEnumerableProperty()
74 return isolate->factory()->undefined_value(); in HasEnumerableProperty()
80 return isolate->factory()->undefined_value(); in HasEnumerableProperty()
96 return isolate->factory()->undefined_value(); in HasEnumerableProperty()
100 return isolate->factory()->undefined_value(); in HasEnumerableProperty()
113 return isolate->factory()->undefined_value(); in HasEnumerableProperty()
H A Druntime-weak-refs.cc26 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
40 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
51 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
H A Druntime-test-wasm.cc111 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
119 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
176 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
230 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
264 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
369 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
426 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
438 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
445 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
452 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
[all...]
H A Druntime-collections.cc37 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
47 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
57 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
74 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
H A Druntime-debug.cc133 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
157 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
276 ? isolate->factory()->undefined_value() in GetInternalProperties()
409 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
418 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
428 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
477 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
503 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
547 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
705 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
[all...]
H A Druntime-wasm.cc272 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
298 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
321 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
458 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
480 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
502 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
552 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
609 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
624 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
630 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
[all...]
H A Druntime-scopes.cc83 if (is_var) return ReadOnlyRoots(isolate).undefined_value(); in DeclareGlobal()
119 return ReadOnlyRoots(isolate).undefined_value(); in DeclareGlobal()
169 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
202 value = isolate->factory()->undefined_value(); in RUNTIME_FUNCTION()
229 return ReadOnlyRoots(isolate).undefined_value(); in RUNTIME_FUNCTION()
286 if (is_var) return ReadOnlyRoots(isolate).undefined_value(); in DeclareEvalHelper()
291 return ReadOnlyRoots(isolate).undefined_value(); in DeclareEvalHelper()
319 return ReadOnlyRoots(isolate).undefined_value(); in DeclareEvalHelper()
337 isolate->factory()->undefined_value()); in RUNTIME_FUNCTION()
677 Handle<Object> receiver = isolate->factory()->undefined_value(); in LoadLookupSlot()
[all...]
/third_party/jerryscript/jerry-ext/handler/
H A Dhandler-resource-name.c37 jerry_value_t undefined_value = jerry_create_undefined (); in jerryx_handler_resource_name() local
38 jerry_value_t resource_name = jerry_get_resource_name (args_cnt > 0 ? args_p[0] : undefined_value); in jerryx_handler_resource_name()
39 jerry_release_value (undefined_value); in jerryx_handler_resource_name()
/third_party/node/deps/v8/src/snapshot/
H A Dstartup-deserializer.cc54 ReadOnlyRoots(isolate()).undefined_value()); in DeserializeIntoIsolate()
59 ReadOnlyRoots(isolate()).undefined_value()); in DeserializeIntoIsolate()
62 ReadOnlyRoots(isolate()).undefined_value()); in DeserializeIntoIsolate()
64 ReadOnlyRoots(isolate()).undefined_value()); in DeserializeIntoIsolate()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-console.cc95 isolate->factory()->undefined_value(), in Formatter()
104 isolate->factory()->undefined_value(), in Formatter()
187 return ReadOnlyRoots(isolate).undefined_value(); \
199 return ReadOnlyRoots(isolate).undefined_value(); \
208 return ReadOnlyRoots(isolate).undefined_value(); in BUILTIN()
215 return ReadOnlyRoots(isolate).undefined_value(); in BUILTIN()
222 return ReadOnlyRoots(isolate).undefined_value(); in BUILTIN()
H A Dbuiltins-object.cc101 return ReadOnlyRoots(isolate).undefined_value(); in ObjectDefineAccessor()
128 return ReadOnlyRoots(isolate).undefined_value(); in ObjectLookupAccessor()
142 return ReadOnlyRoots(isolate).undefined_value(); in ObjectLookupAccessor()
148 return ReadOnlyRoots(isolate).undefined_value(); in ObjectLookupAccessor()
155 return ReadOnlyRoots(isolate).undefined_value(); in ObjectLookupAccessor()
171 return ReadOnlyRoots(isolate).undefined_value(); in ObjectLookupAccessor()
254 return ReadOnlyRoots(isolate).undefined_value(); in BUILTIN()
258 if (!object->IsJSReceiver()) return ReadOnlyRoots(isolate).undefined_value(); in BUILTIN()
268 return ReadOnlyRoots(isolate).undefined_value(); in BUILTIN()
H A Dbuiltins-collections.cc19 return ReadOnlyRoots(isolate).undefined_value(); in BUILTIN()
27 return ReadOnlyRoots(isolate).undefined_value(); in BUILTIN()
H A Dbuiltins-async-module.cc24 return ReadOnlyRoots(isolate).undefined_value(); in BUILTIN()
35 return ReadOnlyRoots(isolate).undefined_value(); in BUILTIN()
H A Dbuiltins-error.cc23 : isolate->factory()->undefined_value(); in BUILTIN()
64 return ReadOnlyRoots(isolate).undefined_value(); in BUILTIN()
H A Dbuiltins-api.cc90 return isolate->factory()->undefined_value(); in HandleApiCallHelper()
117 return isolate->factory()->undefined_value(); in HandleApiCallHelper()
253 new_target = ReadOnlyRoots(isolate).undefined_value(); in HandleApiCallAsFunctionOrConstructor()
275 result = ReadOnlyRoots(isolate).undefined_value(); in HandleApiCallAsFunctionOrConstructor()
/third_party/node/deps/v8/src/deoptimizer/
H A Dmaterialized-object-store.cc50 array.set(fps_size, ReadOnlyRoots(isolate()).undefined_value()); in Remove()
82 HeapObject undefined_value = ReadOnlyRoots(isolate()).undefined_value(); in EnsureStackEntries() local
84 new_array->set(i, undefined_value); in EnsureStackEntries()
/third_party/node/deps/v8/src/objects/
H A Djs-weak-refs-inl.h95 HeapObject undefined = ReadOnlyRoots(isolate).undefined_value(); in RemoveUnregisterToken()
174 set_target(ReadOnlyRoots(isolate).undefined_value()); in Nullify()
197 set_prev(ReadOnlyRoots(isolate).undefined_value()); in Nullify()
220 set_target(ReadOnlyRoots(isolate).undefined_value()); in RemoveFromFinalizationRegistryCells()
239 set_prev(ReadOnlyRoots(isolate).undefined_value()); in RemoveFromFinalizationRegistryCells()
240 set_next(ReadOnlyRoots(isolate).undefined_value()); in RemoveFromFinalizationRegistryCells()
/third_party/node/deps/v8/src/heap/
H A Dsetup-heap-internal.cc84 set_native_contexts_list(ReadOnlyRoots(this).undefined_value()); in CreateHeapObjects()
85 set_allocation_sites_list(ReadOnlyRoots(this).undefined_value()); in CreateHeapObjects()
87 ReadOnlyRoots(this).undefined_value()); in CreateHeapObjects()
89 ReadOnlyRoots(this).undefined_value()); in CreateHeapObjects()
298 DCHECK(!InYoungGeneration(roots.undefined_value())); in CreateInitialMaps()
335 array.Initialize(roots.empty_enum_cache(), roots.undefined_value(), 0, 0); in CreateInitialMaps()
686 set_current_microtask(roots.undefined_value()); in CreateInitialObjects()
688 set_weak_refs_keep_during_job(roots.undefined_value()); in CreateInitialObjects()
703 Oddball::Initialize(isolate(), factory->undefined_value(), "undefined", in CreateInitialObjects()
757 set_interpreter_entry_trampoline_for_profiling(roots.undefined_value()); in CreateInitialObjects()
[all...]
H A Dobjects-visiting.cc29 HeapObject undefined = ReadOnlyRoots(heap).undefined_value(); in VisitWeakList()
79 Object undefined = ReadOnlyRoots(heap).undefined_value(); in ClearWeakList()
109 SetWeakNext(code, ReadOnlyRoots(heap).undefined_value()); in VisitPhantomObject()
H A Dfactory.cc404 result.set_module_namespace(*undefined_value(), SKIP_WRITE_BARRIER); in NewPrototypeInfo()
458 MemsetTagged(array.data_start(), read_only_roots().undefined_value(), length); in NewPropertyArray()
480 MemsetTagged(array.data_start(), *undefined_value(), length); in TryNewFixedArray()
516 MemsetTagged(ObjectSlot(vector.slots_start()), *undefined_value(), length); in NewFeedbackVector()
531 EmbedderDataSlot(array, i).Initialize(*undefined_value()); in NewEmbedderDataArray()
951 if (value != *undefined_value()) { in LookupSingleCharacterStringFromCode()
1119 symbol.set_description(read_only_roots().undefined_value(), in NewSymbolInternal()
1165 MemsetTagged(start, *undefined_value(), slot_count); in NewContextInternal()
1182 context.set_extension(*undefined_value()); in NewNativeContext()
1280 ? Handle<HeapObject>::cast(undefined_value()) in NewDebugEvaluateContext()
3908 Object undefined_value = read_only_roots().undefined_value(); NewCallHandlerInfo() local
[all...]
/third_party/jerryscript/tests/unit-core/
H A Dtest-resource-name.cpp32 jerry_value_t undefined_value = jerry_create_undefined (); in resource_name_handler() local
33 jerry_value_t resource_name = jerry_get_resource_name (args_count > 0 ? args_p[0] : undefined_value); in resource_name_handler()
34 jerry_release_value (undefined_value); in resource_name_handler()
/third_party/node/test/node-api/test_callback_scope/
H A Dbinding.c70 napi_value undefined_value; in Callback() local
71 NODE_API_CALL_RETURN_VOID(env, napi_get_undefined(env, &undefined_value)); in Callback()
78 napi_resolve_deferred(env, deferred, undefined_value)); in Callback()

Completed in 26 milliseconds

123456