Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
H A Dcustom-preview.cc97 v8::Local<v8::Value> originValue; in substituteObjectTags() local
98 if (!attributes->Get(context, objectLiteral).ToLocal(&originValue)) { in substituteObjectTags()
102 if (originValue->IsUndefined()) { in substituteObjectTags()
122 injectedScript->wrapObject(originValue, groupName, WrapMode::kNoPreview, in substituteObjectTags()
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/WellKnownTypes/
H A DWrappersTest.cs378 public void MergingMessageWithZero(int? originValue, int? mergingValue, int? expectedResult) in MergingMessageWithZero() argument
382 var message1 = new TestWellKnownTypes { Int32Field = originValue }; in MergingMessageWithZero()
/third_party/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
H A DWrappersTest.cs385 public void MergingMessageWithZero(int? originValue, int? mergingValue, int? expectedResult) in MergingMessageWithZero() argument
389 var message1 = new TestWellKnownTypes { Int32Field = originValue }; in MergingMessageWithZero()

Completed in 3 milliseconds