Home
last modified time | relevance | path

Searched refs:NewFromWords (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/include/
Dv8-primitive.h727 static MaybeLocal<BigInt> NewFromWords(Local<Context> context, int sign_bit,
/third_party/node/src/
Djs_native_api_v8.cc2723 v8::BigInt::NewFromWords(context, signBit, wordCount, words); in OH_JSVM_CreateBigintWords()
3546 auto tag = v8::BigInt::NewFromWords( in OH_JSVM_TypeTagObject()
/third_party/node/deps/v8/src/api/
Dapi.cc8339 MaybeLocal<BigInt> v8::BigInt::NewFromWords(Local<Context> context, in NewFromWords() function in v8::v8::BigInt
8343 ENTER_V8_NO_SCRIPT(isolate, context, BigInt, NewFromWords, in NewFromWords()