Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/
Dcircuit_builder.cpp1353 Label isBigInt(env_); in ToObject() local
Dtyped_hcr_lowering.cpp2497 Label isBigInt(&builder_); in LowerObjectConstructor() local
Dstub_builder.cpp182 Label isBigInt(env); in MatchFieldType() local
9053 Label isBigInt(env); in ToPrototypeOrObj() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts9971 const isBigInt = (type: ts.Type): boolean => { constant
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp4737 JSVM_Status OH_JSVM_IsBigInt(JSVM_Env env, JSVM_Value value, bool* isBigInt) in OH_JSVM_IsBigInt()