Searched refs:NewFromWords (Results 1 – 3 of 3) sorted by relevance
/third_party/node/deps/v8/include/ |
D | v8-primitive.h | 727 static MaybeLocal<BigInt> NewFromWords(Local<Context> context, int sign_bit,
|
/third_party/node/src/ |
D | js_native_api_v8.cc | 2723 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/ |
D | api.cc | 8339 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()
|