Home
last modified time | relevance | path

Searched defs:target_length (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Djs-function.cc242 Handle<Object> target_length; in CopyNameAndLength() local
356 int target_length = 0; in GetLength() local
367 int target_length = target->length(); in GetLength() local
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-array-prototype.c913 uint32_t target_length = ext_to_obj_p->u.array.length; in ecma_builtin_array_prototype_object_slice() local
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h967 ecma_integer_value_t target_length; /**< length of target function */ member