示例#1
0
文件: blob.cpp 项目: jonnymind/kroll
	void Blob::Get(const ValueList& args, SharedValue result)
	{
		result->SetVoidPtr(buffer);
	}