Lines Matching refs:CJS_Value
115 CJS_PropValue propValue(CJS_Value(pRuntime, value, CJS_Value::VT_unknown)); in JSPropSetter()
139 const std::vector<CJS_Value>&,
140 CJS_Value&,
151 std::vector<CJS_Value> parameters; in JSMethod()
153 parameters.push_back(CJS_Value(pRuntime, info[i], CJS_Value::VT_unknown)); in JSMethod()
155 CJS_Value valueRes(pRuntime); in JSMethod()
408 CJS_PropValue PropValue(CJS_Value(pRuntime, value, CJS_Value::VT_unknown)); in JSSpecialPropPut()
439 const std::vector<CJS_Value>&,
440 CJS_Value&,
449 std::vector<CJS_Value> parameters; in JSGlobalFunc()
451 parameters.push_back(CJS_Value(pRuntime, info[i], CJS_Value::VT_unknown)); in JSGlobalFunc()
453 CJS_Value valueRes(pRuntime); in JSGlobalFunc()
489 CJS_Value::Type GET_VALUE_TYPE(v8::Local<v8::Value> p);