Home
last modified time | relevance | path

Searched defs:isBigInt (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1242 Label isBigInt(env_); in ToObject() local
Dtyped_hcr_lowering.cpp2262 Label isBigInt(&builder_); in LowerObjectConstructor() local
Dstub_builder.cpp161 Label isBigInt(env); in MatchFieldType() local
8377 Label isBigInt(env); in ToPrototypeOrObj() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp4415 JSVM_Status OH_JSVM_IsBigInt(JSVM_Env env, JSVM_Value value, bool* isBigInt) in OH_JSVM_IsBigInt()