Home
last modified time | relevance | path

Searched refs:IsPrimitive (Results 1 - 8 of 8) sorted by relevance

/third_party/node/deps/v8/src/codegen/
H A Dcompilation-cache.cc154 DCHECK(host_defined_options->get(i).IsPrimitive()); in HasOrigin()
155 DCHECK(script_options->get(i).IsPrimitive()); in HasOrigin()
/third_party/node/deps/v8/include/
H A Dv8-fast-api-calls.h313 static constexpr bool IsPrimitive(Type type) { in IsPrimitive() function in v8::CTypeInfo
767 CTypeInfo::IsPrimitive(kType) || kType == CTypeInfo::Type::kVoid, in Build()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-fast-api-calls.h317 static constexpr bool IsPrimitive(Type type) { in IsPrimitive() function in v8::CTypeInfo
800 CTypeInfo::IsPrimitive(kType) || kType == CTypeInfo::Type::kVoid, in Build()
/third_party/node/deps/v8/src/objects/
H A Dobjects-inl.h411 bool Object::IsPrimitive() const { in IsPrimitive() function in v8::internal::Object
418 bool Object::IsPrimitive(PtrComprCageBase cage_base) const { in IsPrimitive() function in v8::internal::Object
582 if (input->IsPrimitive()) return input; in ToPrimitive()
H A Djs-objects.cc2040 if (result->IsPrimitive()) return result; in ToPrimitive()
2076 if (result->IsPrimitive()) return result; in OrdinaryToPrimitive()
/third_party/protobuf/src/google/protobuf/compiler/js/
H A Djs_generator.cc1037 bool IsPrimitive(const std::string& type) { in IsPrimitive() function
1056 if (!IsPrimitive(jstype)) { in JSFieldTypeAnnotation()
1084 if (!is_null_or_undefined && !IsPrimitive(jstype)) { in JSFieldTypeAnnotation()
/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc1500 if (value->IsPrimitive()) { in ProcessImportedGlobal()
/third_party/node/deps/v8/src/api/
H A Dapi.cc3004 Utils::ApiCheck(options->get(i).IsPrimitive(), "ScriptOrigin()", in VerifyHostDefinedOptions()

Completed in 48 milliseconds