Home
last modified time | relevance | path

Searched refs:prop_index (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/modules/skottie/src/effects/
DEffects.cpp121 size_t prop_index) { in GetPropValue() argument
124 if (prop_index >= jprops.size()) { in GetPropValue()
128 const skjson::ObjectValue* jprop = jprops[prop_index]; in GetPropValue()
DEffects.h30 static const skjson::Value& GetPropValue(const skjson::ArrayValue& jprops, size_t prop_index);
/third_party/skia/modules/skottie/src/effects/
DEffects.cpp175 size_t prop_index) { in GetPropValue() argument
178 if (prop_index >= jprops.size()) { in GetPropValue()
182 const skjson::ObjectValue* jprop = jprops[prop_index]; in GetPropValue()
DEffects.h34 static const skjson::Value& GetPropValue(const skjson::ArrayValue& jprops, size_t prop_index);
126 const EffectBinder& bind(size_t prop_index, T& value) const { in bind() argument
127 fContainer->bind(fBuilder, EffectBuilder::GetPropValue(fProps, prop_index), value); in bind()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-array-object.c187 uint32_t prop_index = 1; in ecma_fast_array_convert_to_normal() local
198 if (prop_index == 1) in ecma_fast_array_convert_to_normal()
209 property_pair_p->names_cp[prop_index] = (jmem_cpointer_t) index; in ecma_fast_array_convert_to_normal()
210 property_pair_p->header.types[prop_index] = (ecma_property_t) (ECMA_PROPERTY_TYPE_NAMEDDATA in ecma_fast_array_convert_to_normal()
214 property_pair_p->values[prop_index].value = values_p[index]; in ecma_fast_array_convert_to_normal()
217 prop_index = !prop_index; in ecma_fast_array_convert_to_normal()
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-tagged-template-literal.h39 ecma_object_t *raw_strings_p, uint32_t prop_index);
Djs-parser-expr.c3059 uint16_t prop_index = context_p->lit_object.index; in parser_parse_object_initializer() local
3070 prop_index = PARSER_PATTERN_RHS_NO_LIT; in parser_parse_object_initializer()
3085 …parser_pattern_process_assignment (context_p, flags, push_prop_opcode, prop_index, LEXER_RIGHT_BRA… in parser_parse_object_initializer()
3122 parser_pattern_form_assignment (context_p, flags, push_prop_opcode, prop_index, start_line); in parser_parse_object_initializer()
/third_party/quickjs/
Dunicode_gen.c1403 void build_prop_table(FILE *f, int prop_index, BOOL add_index) in build_prop_table() argument
1416 v = get_prop(i, prop_index); in build_prop_table()
1418 while (j <= CHARCODE_MAX && get_prop(j, prop_index) == v) { in build_prop_table()
1435 assert(get_prop(0, prop_index) == 0); in build_prop_table()
1488 printf("prop %s: length=%d bytes\n", unicode_prop_name[prop_index], in build_prop_table()
1491 snprintf(cname, sizeof(cname), "unicode_prop_%s_table", unicode_prop_name[prop_index]); in build_prop_table()
1494 snprintf(cname, sizeof(cname), "unicode_prop_%s_index", unicode_prop_name[prop_index]); in build_prop_table()