Home
last modified time | relevance | path

Searched refs:StoreDataObject (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/
Dnode_blob.cc47 SetMethod(context, target, "storeDataObject", StoreDataObject); in Initialize()
237 void Blob::StoreDataObject(const v8::FunctionCallbackInfo<v8::Value>& args) { in StoreDataObject() function in node::Blob
490 registry->Register(Blob::StoreDataObject); in RegisterExternalReferences()
Dnode_blob.h41 static void StoreDataObject(const v8::FunctionCallbackInfo<v8::Value>& args);