Home
last modified time | relevance | path

Searched refs:tag_value (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-helpers.c52 ecma_builtin_helper_object_to_string_tag_helper (ecma_value_t tag_value) /**< string tag */ in ecma_builtin_helper_object_to_string_tag_helper() argument
54 JERRY_ASSERT (ecma_is_value_string (tag_value)); in ecma_builtin_helper_object_to_string_tag_helper()
56 ecma_string_t *tag_str_p = ecma_get_string_from_value (tag_value); in ecma_builtin_helper_object_to_string_tag_helper()
146 … ecma_value_t tag_value = ecma_op_object_get_by_symbol_id (obj_p, LIT_GLOBAL_SYMBOL_TO_STRING_TAG); in ecma_builtin_helper_object_to_string() local
148 if (ECMA_IS_VALUE_ERROR (tag_value)) in ecma_builtin_helper_object_to_string()
151 return tag_value; in ecma_builtin_helper_object_to_string()
154 if (ecma_is_value_string (tag_value)) in ecma_builtin_helper_object_to_string()
157 return ecma_builtin_helper_object_to_string_tag_helper (tag_value); in ecma_builtin_helper_object_to_string()
160 ecma_free_value (tag_value); in ecma_builtin_helper_object_to_string()
/third_party/ltp/tools/
Dgenhtml.pl126 @tag_value = split(/=/,$variable_value_pair[0]);
129 … "<td><p><strong>$tag_value[1]</strong></p></td>\n" .
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_s3tc.c1124 LLVMValueRef tag_value, in s3tc_store_cached_block() argument
1139 LLVMBuildStore(builder, tag_value, ptr); in s3tc_store_cached_block()
1925 LLVMValueRef dxt_block, tag_value; in generate_update_cache_one_block() local
1969 tag_value = LLVMBuildPtrToInt(gallivm->builder, ptr_addr, in generate_update_cache_one_block()
1971 s3tc_store_cached_block(gallivm, col, tag_value, hash_index, cache); in generate_update_cache_one_block()