Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/ic/
H A Dbinary-op-assembler.cc197 Label bigint_too_big(this); in Generate_AddWithFeedback()
200 GotoIf(TaggedIsSmi(var_result.value()), &bigint_too_big); in Generate_AddWithFeedback() local
207 BIND(&bigint_too_big); in Generate_AddWithFeedback()
403 Label bigint_too_big(this); in Generate_BinaryOperationWithFeedback()
408 GotoIf(TaggedIsSmi(var_result.value()), &bigint_too_big); in Generate_BinaryOperationWithFeedback() local
411 BIND(&bigint_too_big); in Generate_BinaryOperationWithFeedback()

Completed in 2 milliseconds