Searched refs:prop_index (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/modules/skottie/src/effects/ |
D | Effects.cpp | 175 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()
|
D | Effects.h | 34 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/ |
D | ecma-array-object.c | 187 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/ |
D | js-parser-tagged-template-literal.h | 39 ecma_object_t *raw_strings_p, uint32_t prop_index);
|
D | js-parser-expr.c | 3059 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()
|