MCPcopy Create free account
hub / github.com/Tencent/puerts / ToInt32

Method ToInt32

quickjs-build/src/v8-impl.cc:323–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323MaybeLocal<Int32> Value::ToInt32(Local<Context> context) const {
324 return MaybeLocal<Int32>(Local<Int32>(static_cast<Int32*>(const_cast<Value*>(this))));
325}
326
327MaybeLocal<Integer> Value::ToInteger(Local<Context> context) const {
328 return MaybeLocal<Integer>(Local<Integer>(static_cast<Integer*>(const_cast<Value*>(this))));

Callers 15

_FRotatorNew_Function · 0.80
_FTransformNew_Function · 0.80
FTransformM_GetUnitAxisFunction · 0.80
FTransformM_MirrorFunction · 0.80
_FVector4New_Function · 0.80
FGuidM_ToStringFunction · 0.80
FGuidS_ParseExactFunction · 0.80
_FLinearColorNew_Function · 0.80
_FVectorNew_Function · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected