コード例 #1
0
ファイル: blob.cpp プロジェクト: jonnymind/kroll
	void Blob::Get(const ValueList& args, SharedValue result)
	{
		result->SetVoidPtr(buffer);
	}