Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-async-function-gen.cc147 Label if_debugging(this); in TF_BUILTIN()
148 GotoIf(IsDebugActive(), &if_debugging); in TF_BUILTIN() local
151 BIND(&if_debugging); in TF_BUILTIN()
170 Label if_debugging(this); in TF_BUILTIN()
171 GotoIf(IsDebugActive(), &if_debugging); in TF_BUILTIN() local
174 BIND(&if_debugging); in TF_BUILTIN()
189 Label if_debugging(this); in TF_BUILTIN()
190 GotoIf(IsDebugActive(), &if_debugging); in TF_BUILTIN() local
193 BIND(&if_debugging); in TF_BUILTIN()

Completed in 2 milliseconds