Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_bigint.cpp104 // 1. Let x be ? ThisBigIntValue(this value). in ToLocaleString()
105 JSTaggedValue value = ThisBigIntValue(argv); in ToLocaleString()
170 JSTaggedValue value = ThisBigIntValue(argv); in ToString()
202 return ThisBigIntValue(argv); in ValueOf()
205 JSTaggedValue BuiltinsBigInt::ThisBigIntValue(EcmaRuntimeCallInfo *argv) in ThisBigIntValue() function in panda::ecmascript::builtins::BuiltinsBigInt
209 BUILTINS_API_TRACE(thread, BigInt, ThisBigIntValue); in ThisBigIntValue()
H A Dbuiltins_bigint.h60 static JSTaggedValue ThisBigIntValue(EcmaRuntimeCallInfo *argv);
/arkcompiler/ets_runtime/ecmascript/
H A Druntime_call_id.h640 V(BigInt, ThisBigIntValue) \

Completed in 3 milliseconds