Searched refs:BigIntLiteral (Results 1 – 4 of 4) sorted by relevance
118 V8_EXPORT_PRIVATE MaybeHandle<BigInt> BigIntLiteral(Isolate* isolate,
949 MaybeHandle<BigInt> BigIntLiteral(Isolate* isolate, const char* string) { in BigIntLiteral() function
386 return BigIntLiteral(isolate, bigint_.c_str()).ToHandleChecked(); in ToHandle()
918 return BigIntLiteral(isolate, bigint_.c_str()).ToHandleChecked(); in BuildValue()