/third_party/node/deps/v8/src/objects/ |
H A D | call-site-info.cc | 175 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 D | prototype-inl.h | 84 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 D | literal-objects.cc | 239 current_pair.set_getter(*isolate->factory()->null_value()); in AddToDictionaryTemplate() 248 current_pair.set_setter(*isolate->factory()->null_value()); in AddToDictionaryTemplate()
|
H A D | js-regexp.cc | 101 Handle<HeapObject>::cast(isolate->factory()->null_value()); in BuildIndices()
|
H A D | object-list-macros.h | 349 V(Null, null_value) \
|
H A D | module.cc | 101 module->set_exception(*isolate->factory()->null_value()); in RecordError()
|
/third_party/jerryscript/tests/unit-core/ |
H A D | test-symbol.cpp | 207 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 D | builtins-struct.cc | 93 factory->null_value()); in BUILTIN() 97 instance_map->set_constructor_or_back_pointer(*factory->null_value()); in BUILTIN()
|
H A D | builtins-callsite.cc | 31 return ReadOnlyRoots(isolate).null_value(); in PositiveNumberOrNull() 109 return ReadOnlyRoots(isolate).null_value(); in BUILTIN()
|
H A D | accessors.cc | 523 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 D | experimental.cc | 245 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 D | js-graph.cc | 61 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 D | init-expr-interface.cc | 84 result->runtime_value = WasmValue(isolate_->factory()->null_value(), type); in RefNull() 151 return WasmValue(isolate->factory()->null_value(), type); in DefaultValueForType()
|
H A D | module-instantiate.cc | 627 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 D | googletest-output-test_.cc | 176 const char* null_value = nullptr; in TEST() local 177 SCOPED_TRACE(null_value); in TEST()
|
/third_party/node/deps/v8/src/heap/ |
H A D | setup-heap-internal.cc | 195 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 D | factory-base.cc | 70 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 D | runtime-debug.cc | 348 : 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 D | runtime-regexp.cc | 1342 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 D | json_format.py | 353 # 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 D | json_format_test.py | 599 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 D | well_known_types.py | 720 struct_value.null_value = 0 743 elif which == 'null_value':
|
/third_party/protobuf/src/google/protobuf/ |
H A D | struct.pb.h | 422 // .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 D | regexp.cc | 411 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 D | api-natives.cc | 620 isolate->factory()->null_value()); in InstantiateRemoteObject()
|