Home
last modified time | relevance | path

Searched defs:type_hint (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/tools/debug_helper/
Dget-object-properties.cc155 const char* type_hint, in GetTypedHeapObject()
554 uintptr_t address, d::MemoryAccessor accessor, const char* type_hint, in GetHeapObjectPropertiesNotCompressed()
601 d::HeapAddresses heap_addresses, const char* type_hint) { in GetHeapObjectPropertiesMaybeCompressed()
631 const d::HeapAddresses& heap_addresses, const char* type_hint) { in GetObjectProperties()
780 const char* type_hint) { in _v8_debug_helper_GetObjectProperties()
/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.h445 static constexpr ToBooleanMode ToBooleanModeFromTypeHint(TypeHint type_hint) { in ToBooleanModeFromTypeHint()
Dbytecode-generator.cc658 TypeHint type_hint() const { return type_hint_; } in type_hint() function in v8::internal::interpreter::BytecodeGenerator::ExpressionResultScope
5803 TypeHint type_hint = VisitForAccumulatorValue(expr->expression()); in VisitNot() local
6216 TypeHint type_hint = VisitForAccumulatorValue(subexpr); in VisitArithmeticExpression() local
6240 TypeHint type_hint = VisitForAccumulatorValue(expr->first()); in VisitNaryArithmeticExpression() local
6477 TypeHint type_hint = VisitForAccumulatorValue(substitutions[i]); in VisitTemplateLiteral() local
6599 TypeHint type_hint = VisitForAccumulatorValue(expr); in VisitLogicalOrSubExpression() local
6617 TypeHint type_hint = VisitForAccumulatorValue(expr); in VisitLogicalAndSubExpression() local
7124 TypeHint type_hint; in VisitForTest() local
7154 TypeHint type_hint = VisitForAccumulatorValue(expr); in VisitForNullishTest() local