Home
last modified time | relevance | path

Searched refs:BigIntConstructorInternal (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_bigint.h48 static JSTaggedValue BigIntConstructorInternal(JSThread *thread, JSHandle<JSTaggedValue> value);
H A Dbuiltins_bigint.cpp40 return BigIntConstructorInternal(thread, value); in BigIntConstructor()
43 JSTaggedValue BuiltinsBigInt::BigIntConstructorInternal(JSThread *thread, JSHandle<JSTaggedValue> value) in BigIntConstructorInternal() function in panda::ecmascript::builtins::BuiltinsBigInt
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.cpp957 return builtins::BuiltinsBigInt::BigIntConstructorInternal(thread, value).GetRawData(); in DEF_RUNTIME_STUBS()

Completed in 10 milliseconds