Home
last modified time | relevance | path

Searched refs:null_value (Results 1 - 25 of 59) sorted by relevance

123

/third_party/node/deps/v8/src/objects/
H A Dcall-site-info.cc175 return ReadOnlyRoots(GetIsolate()).null_value(); in GetScriptName()
182 return ReadOnlyRoots(GetIsolate()).null_value(); in GetScriptNameOrSourceURL()
191 return ReadOnlyRoots(GetIsolate()).null_value(); in GetScriptSource()
198 return ReadOnlyRoots(GetIsolate()).null_value(); in GetScriptSourceMappingURL()
281 return isolate->factory()->null_value(); in GetFunctionName()
288 return isolate->factory()->null_value(); in GetFunctionName()
338 name = name.IsUndefined(isolate) ? key : roots.null_value(); in InferMethodNameFromFastObject()
364 : roots.null_value(); in InferMethodNameFromDictionary()
395 if (name.IsUndefined(isolate)) return roots.null_value(); in InferMethodName()
406 if (info->IsWasm()) return isolate->factory()->null_value(); in GetMethodName()
[all...]
H A Dprototype-inl.h84 object_ = ReadOnlyRoots(isolate_).null_value(); in Advance()
88 handle_ = isolate_->factory()->null_value(); in Advance()
114 handle_ = isolate_->factory()->null_value(); in AdvanceFollowingProxies()
H A Dliteral-objects.cc239 current_pair.set_getter(*isolate->factory()->null_value()); in AddToDictionaryTemplate()
248 current_pair.set_setter(*isolate->factory()->null_value()); in AddToDictionaryTemplate()
H A Djs-regexp.cc101 Handle<HeapObject>::cast(isolate->factory()->null_value()); in BuildIndices()
H A Dobject-list-macros.h349 V(Null, null_value) \
H A Dmodule.cc101 module->set_exception(*isolate->factory()->null_value()); in RecordError()
/third_party/jerryscript/tests/unit-core/
H A Dtest-symbol.cpp207 jerry_value_t null_value = jerry_create_null (); in HWTEST_F() local
208 jerry_value_t to_string_value = jerry_get_symbol_descriptive_string (null_value); in HWTEST_F()
216 jerry_release_value (null_value); in HWTEST_F()
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-struct.cc93 factory->null_value()); in BUILTIN()
97 instance_map->set_constructor_or_back_pointer(*factory->null_value()); in BUILTIN()
H A Dbuiltins-callsite.cc31 return ReadOnlyRoots(isolate).null_value(); in PositiveNumberOrNull()
109 return ReadOnlyRoots(isolate).null_value(); in BUILTIN()
H A Daccessors.cc523 Handle<Object> result = isolate->factory()->null_value(); in FunctionArgumentsGetter()
706 result = isolate->factory()->null_value(); in FunctionCallerGetter()
/third_party/node/deps/v8/src/regexp/experimental/
H A Dexperimental.cc245 return isolate->factory()->null_value(); in Exec()
251 return isolate->factory()->null_value(); in Exec()
309 return isolate->factory()->null_value(); in OneshotExec()
315 return isolate->factory()->null_value(); in OneshotExec()
/third_party/node/deps/v8/src/compiler/
H A Djs-graph.cc61 DCHECK(ref.object().equals(isolate()->factory()->null_value())); in Constant()
167 DEFINE_GETTER(NullConstant, HeapConstant(factory()->null_value()))
/third_party/node/deps/v8/src/wasm/
H A Dinit-expr-interface.cc84 result->runtime_value = WasmValue(isolate_->factory()->null_value(), type); in RefNull()
151 return WasmValue(isolate->factory()->null_value(), type); in DefaultValueForType()
H A Dmodule-instantiate.cc627 isolate_->factory()->null_value()); in Build()
910 return WasmValue(isolate->factory()->null_value(), in EvaluateInitExpression()
1961 table_object->entries().set(entry_index, *isolate->factory()->null_value()); in SetFunctionTableNullEntry()
/third_party/googletest/googletest/test/
H A Dgoogletest-output-test_.cc176 const char* null_value = nullptr; in TEST() local
177 SCOPED_TRACE(null_value); in TEST()
/third_party/node/deps/v8/src/heap/
H A Dsetup-heap-internal.cc195 map.set_prototype(roots.null_value()); in FinalizePartialMap()
196 map.set_constructor_or_back_pointer(roots.null_value()); in FinalizePartialMap()
308 set_exception(roots.null_value()); in CreateInitialMaps()
706 // Initialize the null_value. in CreateInitialObjects()
707 Oddball::Initialize(isolate(), factory->null_value(), "null", in CreateInitialObjects()
H A Dfactory-base.cc70 accessors.set_getter(read_only_roots().null_value(), SKIP_WRITE_BARRIER); in NewAccessorPair()
71 accessors.set_setter(read_only_roots().null_value(), SKIP_WRITE_BARRIER); in NewAccessorPair()
361 MemsetTagged(result.inner_data_start(), read_only_roots().null_value(), in NewPreparseData()
/third_party/node/deps/v8/src/runtime/
H A Druntime-debug.cc348 : isolate->factory()->null_value(); in GetInternalProperties()
594 return isolate->factory()->null_value(); in GetJSPositionInfo()
647 if (line_position < 0 || column < 0) return isolate->factory()->null_value(); in ScriptLocationFromLine()
H A Druntime-regexp.cc1342 return ReadOnlyRoots(isolate).null_value(); // No matches at all. in SearchRegExpMultiple()
1376 Handle<Object> match_indices_obj(ReadOnlyRoots(isolate).null_value(), in RegExpReplace()
1519 Handle<Object> match_indices_obj(ReadOnlyRoots(isolate).null_value(), in RUNTIME_FUNCTION()
/third_party/protobuf/python/google/protobuf/
H A Djson_format.py353 # If the Value message is not set treat as null_value when serialize
355 if which is None or which == 'null_value':
546 sub_message.null_value = 0
564 # None is a null_value in Value.
641 message.null_value = 0
/third_party/protobuf/python/google/protobuf/internal/
H A Djson_format_test.py599 message.repeated_value.add().null_value = 0
620 self.assertEqual(message.value.WhichOneof('kind'), 'null_value')
625 message.value.values.add().null_value = 0
H A Dwell_known_types.py720 struct_value.null_value = 0
743 elif which == 'null_value':
/third_party/protobuf/src/google/protobuf/
H A Dstruct.pb.h422 // .google.protobuf.NullValue null_value = 1;
427 PROTOBUF_NAMESPACE_ID::NullValue null_value() const;
737 // .google.protobuf.NullValue null_value = 1;
756 inline PROTOBUF_NAMESPACE_ID::NullValue Value::null_value() const { in null_value() function in Value
757 // @@protoc_insertion_point(field_get:google.protobuf.Value.null_value) in null_value()
768 // @@protoc_insertion_point(field_set:google.protobuf.Value.null_value) in set_null_value()
/third_party/node/deps/v8/src/regexp/
H A Dregexp.cc411 if (res == RegExp::RE_FAILURE) return isolate->factory()->null_value(); in AtomExec()
781 return isolate->factory()->null_value(); in IrregexpExec()
795 return isolate->factory()->null_value(); in IrregexpExec()
/third_party/node/deps/v8/src/api/
H A Dapi-natives.cc620 isolate->factory()->null_value()); in InstantiateRemoteObject()

Completed in 29 milliseconds

123