Home
last modified time | relevance | path

Searched refs:is_generic (Results 1 - 5 of 5) sorted by relevance

/third_party/node/deps/v8/tools/v8windbg/src/
H A Dobject-inspection.cc514 bool is_generic; variable
515 RETURN_IF_FAIL(sp_type->IsGeneric(&is_generic));
516 if (!is_generic) return E_FAIL;
588 bool is_generic; variable
589 RETURN_IF_FAIL(sp_id_field_type->IsGeneric(&is_generic));
590 if (!is_generic) return E_FAIL;
/third_party/node/deps/openssl/openssl/util/
H A Dfind-doc-nits974 my $is_generic = $podinfo{contents} =~ /^=for openssl generic/ms;
989 if $is_generic;
/third_party/openssl/util/
H A Dfind-doc-nits974 my $is_generic = $podinfo{contents} =~ /^=for openssl generic/ms;
989 if $is_generic;
/third_party/node/deps/v8/src/wasm/
H A Dvalue-type.h121 constexpr bool is_generic() const { in is_generic() function in v8::internal::wasm::HeapType
/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc776 if (type.heap_type().is_generic()) { in GetRefTypeName()

Completed in 8 milliseconds