Home
last modified time | relevance | path

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

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMessage.php901 $proto_value = base64_decode($value, true); variable
902 if ($proto_value === false) {
905 return $proto_value;
1262 $proto_value = $this->convertJsonValueToProtoValue( variable
1266 self::kvUpdateHelper($field, $proto_key, $proto_value);
1277 $proto_value = $this->convertJsonValueToProtoValue( variable
1281 self::appendHelper($field, $proto_value);
1285 $proto_value = $this->convertJsonValueToProtoValue( variable
1290 if (is_null($proto_value)) {
1296 $submsg->mergeFrom($proto_value);
[all...]
/third_party/jerryscript/jerry-core/vm/
H A Dopcodes.c822 ecma_value_t proto_value = ecma_op_object_get_by_magic_id (JERRY_CONTEXT (current_new_target), in ecma_op_implicit_constructor_handler_heritage_cb() local
824 if (ECMA_IS_VALUE_ERROR (proto_value)) in ecma_op_implicit_constructor_handler_heritage_cb()
829 else if (ecma_is_value_object (proto_value)) in ecma_op_implicit_constructor_handler_heritage_cb()
832 ecma_get_object_from_value (proto_value)); in ecma_op_implicit_constructor_handler_heritage_cb()
834 ecma_free_value (proto_value); in ecma_op_implicit_constructor_handler_heritage_cb()
H A Dvm.c591 ecma_value_t proto_value = ecma_op_object_get_by_magic_id (JERRY_CONTEXT (current_new_target), in vm_super_call() local
593 if (ECMA_IS_VALUE_ERROR (proto_value)) in vm_super_call()
598 else if (ecma_is_value_object (proto_value)) in vm_super_call()
601 ecma_get_object_from_value (proto_value)); in vm_super_call()
603 ecma_free_value (proto_value); in vm_super_call()

Completed in 9 milliseconds