Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
H A Dinterpreter-generator.cc2098 GotoIf(IsUndefined(accumulator), &do_jump); in IGNITION_HANDLER() local
2099 GotoIf(IsNull(accumulator), &do_jump); in IGNITION_HANDLER() local
2116 GotoIf(IsUndefined(accumulator), &do_jump); in IGNITION_HANDLER() local
2117 GotoIf(IsNull(accumulator), &do_jump); in IGNITION_HANDLER() local
/third_party/python/Lib/
H A Dpdb.py1141 def do_jump(self, arg): member in Pdb
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.cc2060 Label do_jump, dont_jump; in VisitJumpIfUndefinedOrNull() local

Completed in 12 milliseconds