Ejemplo n.º 1
0
int CJS_Value::ToInt() const {
  return JS_ToInt32(m_isolate, m_pValue);
}
Ejemplo n.º 2
0
CJS_Value::operator int() const
{

	return JS_ToInt32(m_pValue);

}