Searched refs:ByteLength (Results 1 - 2 of 2) sorted by relevance

/hardware/ril/mock-ril/src/cpp/
H A Dnode_buffer.h86 static v8::Handle<v8::Value> ByteLength(const v8::Arguments &args);
H A Dnode_buffer.cpp592 Handle<Value> Buffer::ByteLength(const Arguments &args) { function in class:Buffer
593 DBG("Buffer::ByteLength(args) E");
597 DBG("Buffer::ByteLength(args) X arg[0] not a string");
608 DBG("Buffer::ByteLength(args) X");
638 SET_PROTOTYPE_METHOD(constructor_template, "byteLength", Buffer::ByteLength);

Completed in 4 milliseconds