pub unsafe extern "C" fn JS_DefineProfilingFunctions(
cx: *mut JSContext,
obj: HandleObject,
) -> boolExpand description
Add various profiling-related functions as properties of the given object. Defined in builtin/Profilers.cpp.
pub unsafe extern "C" fn JS_DefineProfilingFunctions(
cx: *mut JSContext,
obj: HandleObject,
) -> boolAdd various profiling-related functions as properties of the given object. Defined in builtin/Profilers.cpp.