Home | History | Annotate | Download | only in runtime

Lines Matching refs:pairs

94   CONVERT_ARG_HANDLE_CHECKED(FixedArray, pairs, 0);
97 // Traverse the name/value pairs and set the properties.
98 int length = pairs->length();
101 Handle<String> name(String::cast(pairs->get(i)));
102 Handle<Object> initial_value(pairs->get(i + 1), isolate);