Searched defs:as_function (Results 1 – 3 of 3) sorted by relevance
55 pub(crate) fn as_function(&self) -> Option<&Function> { in as_function() method
35 pub fn as_function(self) -> Option<FunctionId> { in as_function() method
908 … bool as_function) /** < specify if the loaded snapshot should be returned as a function */ in jerry_snapshot_result()