Home
last modified time | relevance | path

Searched refs:BigIntObject (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/include/v8-include/
H A Dv8-primitive-object.h39 class V8_EXPORT BigIntObject : public Object { class
45 V8_INLINE static BigIntObject* Cast(Value* value) { in Cast()
49 return static_cast<BigIntObject*>(value); in Cast()
H A Dv8-forward.h22 class BigIntObject;
/third_party/node/deps/v8/include/
H A Dv8-primitive-object.h39 class V8_EXPORT BigIntObject : public Object { class
45 V8_INLINE static BigIntObject* Cast(Value* value) { in Cast()
49 return static_cast<BigIntObject*>(value); in Cast()
H A Dv8-forward.h22 class BigIntObject;
/third_party/node/src/
H A Dnode_types.cc18 V(BigIntObject) \
/third_party/node/deps/v8/src/inspector/
H A Dv8-console-message.cc102 return append(value.As<v8::BigIntObject>()->ValueOf()); in append()
/third_party/node/deps/v8/src/api/
H A Dapi.cc3635 VALUE_IS_SPECIFIC_TYPE(BigIntObject, BigIntWrapper)
4131 void v8::BigIntObject::CheckCast(v8::Value* that) { in CheckCast()
4133 Utils::ApiCheck(obj->IsBigIntWrapper(), "v8::BigIntObject::Cast()", in CheckCast()
4134 "Value is not a BigIntObject"); in CheckCast()
7164 Local<v8::Value> v8::BigIntObject::New(Isolate* isolate, int64_t value) { in New()
7166 API_RCS_SCOPE(i_isolate, BigIntObject, New); in New()
7174 Local<v8::BigInt> v8::BigIntObject::ValueOf() const { in ValueOf()
7179 API_RCS_SCOPE(isolate, BigIntObject, BigIntValue); in ValueOf()

Completed in 23 milliseconds