Searched defs:right_is_primitive (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/compiler/
H A Djs-typed-lowering.cc189 bool right_is_primitive = right_type()->Is(Type::PlainPrimitive()); local
192 if (!left_is_primitive && !right_is_primitive && handles_exception) {
200 right_is_primitive

Completed in 49 milliseconds