Home
last modified time | relevance | path

Searched defs:IsArray (Results 1 – 9 of 9) sorted by relevance

/third_party/node/deps/v8/src/torque/ls/
Djson.h106 bool IsArray() const { return array_ && tag == ARRAY; } in IsArray() function
/third_party/vk-gl-cts/external/amber/src/src/
Dtype_test.cc24 TEST_F(TypeTest, IsArray) { in TEST_F() argument
Dtype.h121 bool IsArray() const { return is_array_; } in IsArray() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h1741 bool IsArray; // new[] ? variable
1777 bool IsArray; variable
1867 bool IsArray; variable
4098 bool IsArray = look(1) == 'a'; in parseNewExpr() local
/third_party/node/deps/v8/src/objects/
Dobjects-inl.h423 Maybe<bool> Object::IsArray(Handle<Object> object) { in IsArray() function
Dobjects.cc3035 Maybe<bool> JSProxy::IsArray(Handle<JSProxy> proxy) { in IsArray() function in v8::internal::JSProxy
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp4012 bool IsArray = FullTy->isArrayTy(); in parseFunctionBody() local
4054 bool IsArray = CurTy->isArrayTy(); in parseFunctionBody() local
/third_party/node/deps/v8/src/api/
Dapi.cc3583 bool Value::IsArray() const { return Utils::OpenHandle(this)->IsJSArray(); } in IsArray() function in v8::Value
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp905 struct IsArray : detail::IsArrayHelper<typename RemoveCV<T>::Type> struct
115592 bool IsArray() { return !mProperty && mValue; } in IsArray() function