Home
last modified time | relevance | path

Searched refs:proto_value (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMessage.php901 $proto_value = base64_decode($value, true);
902 if ($proto_value === false) {
905 return $proto_value;
1262 $proto_value = $this->convertJsonValueToProtoValue(
1266 self::kvUpdateHelper($field, $proto_key, $proto_value);
1277 $proto_value = $this->convertJsonValueToProtoValue(
1281 self::appendHelper($field, $proto_value);
1285 $proto_value = $this->convertJsonValueToProtoValue(
1290 if (is_null($proto_value)) {
1296 $submsg->mergeFrom($proto_value);
[all …]
/third_party/jerryscript/jerry-core/vm/
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()
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()
/third_party/typescript/tests/baselines/reference/user/
Duglify-js.log434 node_modules/uglify-js/lib/utils.js(162,18): error TS2339: Property 'proto_value' does not exist on…
435 node_modules/uglify-js/lib/utils.js(178,42): error TS2339: Property 'proto_value' does not exist on…
436 node_modules/uglify-js/lib/utils.js(182,25): error TS2339: Property 'proto_value' does not exist on…
437 node_modules/uglify-js/lib/utils.js(194,54): error TS2339: Property 'proto_value' does not exist on…
438 node_modules/uglify-js/lib/utils.js(200,43): error TS2339: Property 'proto_value' does not exist on…
440 node_modules/uglify-js/lib/utils.js(209,52): error TS2339: Property 'proto_value' does not exist on…