Home
last modified time | relevance | path

Searched defs:IsBigInt (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/api/
Dapi.cc3624 bool Value::IsBigInt() const { return Utils::OpenHandle(this)->IsBigInt(); } in IsBigInt() function in v8::Value
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.cc6776 TNode<BoolT> CodeStubAssembler::IsBigInt(TNode<HeapObject> object) { in IsBigInt() function in v8::internal::CodeStubAssembler