Searched refs:set_closure (Results 1 – 3 of 3) sorted by relevance
306 void set_closure(JSFunction* closure) { set(CLOSURE_INDEX, closure); } in set_closure() function
4718 context->set_closure(function); in AllocateFunctionContext()4738 context->set_closure(function); in AllocateCatchContext()4756 context->set_closure(function); in AllocateWithContext()4774 context->set_closure(function); in AllocateBlockContext()
834 global_context()->set_closure(*empty_function); in InitializeGlobal()