Home
last modified time | relevance | path

Searched refs:BigIntObject (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-primitive-object.h39 class V8_EXPORT BigIntObject : public Object {
45 V8_INLINE static BigIntObject* Cast(Value* value) { in Cast()
49 return static_cast<BigIntObject*>(value); in Cast()
Dv8-forward.h22 class BigIntObject; variable
/third_party/node/src/
Dnode_types.cc18 V(BigIntObject) \
/third_party/node/deps/v8/src/inspector/
Dv8-console-message.cc102 return append(value.As<v8::BigIntObject>()->ValueOf()); in append()
/third_party/node/deps/v8/src/api/
Dapi.cc3635 VALUE_IS_SPECIFIC_TYPE(BigIntObject, BigIntWrapper) in VALUE_IS_SPECIFIC_TYPE()
4131 void v8::BigIntObject::CheckCast(v8::Value* that) { in CheckCast()
7145 Local<v8::Value> v8::BigIntObject::New(Isolate* isolate, int64_t value) { in New()
7147 API_RCS_SCOPE(i_isolate, BigIntObject, New); in New()
7155 Local<v8::BigInt> v8::BigIntObject::ValueOf() const { in ValueOf()
7160 API_RCS_SCOPE(isolate, BigIntObject, BigIntValue); in ValueOf()
/third_party/node/doc/changelogs/
DCHANGELOG_V10.md3616 …48b69e90)] - **(SEMVER-MINOR)** **util**: add type check function for BigIntObject (Michaël Zasso)…