Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/js/
H A Djs_generator.cc1063 bool is_null_or_undefined = false; in JSFieldTypeAnnotation() local
1068 is_null_or_undefined = true; in JSFieldTypeAnnotation()
1073 is_null_or_undefined = true; in JSFieldTypeAnnotation()
1080 is_null_or_undefined = true; in JSFieldTypeAnnotation()
1084 if (!is_null_or_undefined && !IsPrimitive(jstype)) { in JSFieldTypeAnnotation()
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-generator.cc4353 BytecodeLabel is_null_or_undefined, not_null_or_undefined; in BuildDestructuringObjectAssignment() local
4355 ->JumpIfUndefinedOrNull(&is_null_or_undefined) in BuildDestructuringObjectAssignment()
4359 builder()->Bind(&is_null_or_undefined); in BuildDestructuringObjectAssignment()
6636 BytecodeLabel is_null_or_undefined; in VisitNullishSubExpression() local
6638 ->JumpIfUndefinedOrNull(&is_null_or_undefined) in VisitNullishSubExpression()
6640 builder()->Bind(&is_null_or_undefined); in VisitNullishSubExpression()

Completed in 18 milliseconds