Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
H A Dv8-function-callback.h303 *value_ = I::IntToSmi(i); in Set()
466 I::IntToSmi(I::kInferShouldThrowMode)) { in ShouldThrowOnError()
467 return args_[kShouldThrowOnErrorIndex] != I::IntToSmi(I::kDontThrow); in ShouldThrowOnError()
H A Dv8-internal.h151 V8_INLINE static constexpr internal::Address IntToSmi(int value) { in IntToSmi() function
458 V8_INLINE static constexpr internal::Address IntToSmi(int value) { in IntToSmi() function in v8::internal::Internals
459 return internal::IntToSmi(value); in IntToSmi()
/third_party/node/deps/v8/include/v8-include/
H A Dv8-function-callback.h325 *value_ = I::IntToSmi(i); in Set()
490 I::IntToSmi(I::kInferShouldThrowMode)) { in Get()
491 return args_[kShouldThrowOnErrorIndex] != I::IntToSmi(I::kDontThrow); in Get()
H A Dv8-internal.h153 V8_INLINE static constexpr Address IntToSmi(int value) { in IntToSmi() function
656 V8_INLINE static constexpr Address IntToSmi(int value) { in IntToSmi() function in v8::internal::Internals
657 return internal::IntToSmi(value); in IntToSmi()
/third_party/node/deps/v8/src/objects/
H A Dsmi.h47 return Smi(Internals::IntToSmi(value)); in FromInt()
/third_party/node/deps/v8/src/compiler/
H A Dpipeline.cc2881 return Smi(IntToSmi(static_cast<int>(hash))).value(); in HashGraphForPGO()
H A Dwasm-compiler.cc6587 IntToSmi(static_cast<int>(type.raw_bit_field())))};

Completed in 26 milliseconds