HomeSort by relevance Sort by last modified time
    Searched refs:IsByteArray (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
objects-debug.cc 356 ASSERT(IsByteArray());
907 (is_native ? ascii_data->IsCode() : ascii_data->IsByteArray()));
910 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));
    [all...]
string-stream.cc 436 } else if (printee->IsByteArray()) {
spaces.cc     [all...]
mark-compact.cc 799 if (!map->IsMarked() && map->IsByteArray()) continue;
    [all...]
objects-inl.h 327 bool Object::IsByteArray() {
    [all...]
objects.h 568 inline bool IsByteArray();
    [all...]
jsregexp.cc 241 if (compiled_code->IsByteArray()) return true;
    [all...]

Completed in 124 milliseconds