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

/hardware/ril/mock-ril/src/cpp/
H A Dnode_buffer.cpp79 Persistent<FunctionTemplate> Buffer::constructor_template; member in class:Buffer
168 Local<Object> b = constructor_template->GetFunction()->NewInstance(1, &arg);
355 constructor_template->GetFunction()->NewInstance(3, argv);
448 constructor_template->GetFunction()->Set(chars_written_sym,
620 constructor_template = Persistent<FunctionTemplate>::New(t);
621 constructor_template->InstanceTemplate()->SetInternalFieldCount(1);
622 constructor_template->SetClassName(String::NewSymbol("Buffer"));
625 SET_PROTOTYPE_METHOD(constructor_template, "binarySlice", Buffer::BinarySlice);
626 SET_PROTOTYPE_METHOD(constructor_template, "asciiSlice", Buffer::AsciiSlice);
627 SET_PROTOTYPE_METHOD(constructor_template, "slic
[all...]
H A Dnode_buffer.h64 return constructor_template->HasInstance(obj);
76 static v8::Persistent<v8::FunctionTemplate> constructor_template; member in class:Buffer

Completed in 21 milliseconds