Home
last modified time | relevance | path

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

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DTypeExtensions.cs91 return type.IsPrimitive; in isPrimitive()
/external/v8/src/compiler/
Dnode-properties.cc572 return value->IsPrimitive(); in CanBePrimitive()
Djs-native-context-specialization.cc1493 if (mindex.HasValue() && mindex.Value()->IsPrimitive()) { in ReduceKeyedAccess()
/external/v8/src/
Dobjects-inl.h411 bool Object::IsPrimitive() const { in IsPrimitive() function
667 if (input->IsPrimitive()) return input; in ToPrimitive()
Dobjects.cc8818 if (result->IsPrimitive()) return result; in ToPrimitive()
8854 if (result->IsPrimitive()) return result; in OrdinaryToPrimitive()
/external/v8/src/wasm/
Dmodule-compiler.cc1681 if (value->IsPrimitive() && !value->IsSymbol()) { in ProcessImports()
/external/protobuf/php/ext/google/protobuf/
Dupb.h1589 bool IsPrimitive() const;
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h2026 bool IsPrimitive() const;