Searched refs:object_fun (Results 1 – 2 of 2) sorted by relevance
489 Handle<JSFunction> object_fun = in CreateRoots() local493 object_fun->set_initial_map(*object_function_map); in CreateRoots()494 object_function_map->set_constructor(*object_fun); in CreateRoots()496 global_context()->set_object_function(*object_fun); in CreateRoots()503 SetPrototype(object_fun, prototype); in CreateRoots()
1320 i::Object* object_fun = i::Top::builtins()->GetProperty(*fmt_str); in CallV8HeapFunction() local1322 i::Handle<i::JSFunction>(i::JSFunction::cast(object_fun)); in CallV8HeapFunction()