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

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8Int16ArrayCustom.cpp 47 return constructWebGLArray<Int16Array, short>(args, &info, v8::kExternalShortArray);
62 wrapper->SetIndexedPropertiesToExternalArrayData(impl->baseAddress(), v8::kExternalShortArray, impl->length());
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/
d8.cc 477 return CreateExternalArray(args, kExternalShortArray, sizeof(int16_t));
    [all...]
api.cc     [all...]
heap.cc     [all...]
  /external/v8/test/cctest/
test-api.cc     [all...]

Completed in 41 milliseconds