Home
last modified time | relevance | path

Searched refs:kFallThrough (Results 1 – 7 of 7) sorted by relevance

/third_party/node/lib/internal/policy/
Dmanifest.js58 const kFallThrough = Symbol('fall through'); constant
120 if (dependencies === kFallThrough ||
166 if (dependencies === kFallThrough) return true;
231 kFallThrough,
444 defaultDependencies === true ? kFallThrough : defaultDependencies,
521 if (result === kFallThrough) return true;
/third_party/node/tools/inspector_protocol/lib/
DDispatcherBase_h.template25 kFallThrough = 2,
DDispatcherBase_cpp.template57 result.m_status = kFallThrough;
/third_party/node/tools/inspector_protocol/templates/
DTypeBuilder_cpp.template364 if (response.status() == DispatchResponse::kFallThrough) {
/third_party/vixl/test/aarch32/
Dtest-assembler-aarch32.cc3613 masm.FinalizeCode(MacroAssembler::kFallThrough); in TEST_T32()
3876 masm.FinalizeCode(MacroAssembler::kFallThrough); in NearBranchAndLiteralFuzzHelper()
/third_party/vixl/src/aarch64/
Dmacro-assembler-aarch64.h746 kFallThrough, // There may be more code to execute after calling Finalize. enumerator
/third_party/vixl/src/aarch32/
Dmacro-assembler-aarch32.h65 kFallThrough, // There may be more code to execute after calling Finalize. enumerator