Home
last modified time | relevance | path

Searched defs:Foreign (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dforeign-inl.h22 TQ_OBJECT_CONSTRUCTORS_IMPL(Foreign) in TQ_OBJECT_CONSTRUCTORS_IMPL() argument
30 DEF_GETTER(Foreign, foreign_address, Address) { in DEF_GETTER() argument
/third_party/node/deps/v8/third_party/wasm-api/
Dwasm.hh593 class Foreign : public Ref { class
/third_party/node/src/crypto/
Dcrypto_util.cc456 ByteSource ByteSource::Foreign(const void* data, size_t size) { in SetFipsCrypto() function in node::crypto::ByteSource
/third_party/rust/crates/cxx/syntax/
Dmod.rs132 Foreign { enumerator
/third_party/node/deps/v8/src/common/
Dglobals.h705 class Foreign; variable
/third_party/node/deps/v8/src/wasm/
Dc-api.cc2967 WASM_DEFINE_REF(foreign, wasm::Foreign) in WASM_DEFINE_REF()