Home
last modified time | relevance | path

Searched refs:set_closure (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dcontexts.h306 void set_closure(JSFunction* closure) { set(CLOSURE_INDEX, closure); } in set_closure() function
Dheap.cc4718 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()
Dbootstrapper.cc834 global_context()->set_closure(*empty_function); in InitializeGlobal()