| 803 | } |
| 804 | |
| 805 | static hermes::vm::CallResult<hermes::vm::PseudoHandle<hermes::vm::StringPrimitive>> toString( |
| 806 | hermes::vm::Runtime& runtime, const hermes::vm::HermesValue& value) { |
| 807 | return hermes::vm::toString_RJS(runtime, runtime.makeHandle(value)); |
| 808 | } |
| 809 | |
| 810 | StringBox HermesJavaScriptContext::valueToString(const JSValue& value, JSExceptionTracker& exceptionTracker) { |
| 811 | hermes::vm::GCScope gcScope(*_runtime); |
no outgoing calls