We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e620f69 commit 9dc2ac4Copy full SHA for 9dc2ac4
core/engine/src/native_function.rs
@@ -359,6 +359,7 @@ pub(crate) fn native_function_call(
359
///
360
/// Panics if the object is currently mutably borrowed.
361
// <https://tc39.es/ecma262/#sec-built-in-function-objects-call-thisargument-argumentslist>
362
+#[inline]
363
pub(crate) fn native_function_call_inner(
364
obj: &JsObject,
365
native_function: &NativeFunctionObject,
@@ -420,6 +421,7 @@ fn native_function_construct(
420
421
)
422
}
423
424
425
pub(crate) fn native_function_construct_inner(
426
427
this_function_object: JsObject,
0 commit comments