Home
last modified time | relevance | path

Searched refs:object_fun (Results 1 – 2 of 2) sorted by relevance

/external/webkit/V8Binding/v8/src/
Dbootstrapper.cc489 Handle<JSFunction> object_fun = in CreateRoots() local
493 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()
Dapi.cc1320 i::Object* object_fun = i::Top::builtins()->GetProperty(*fmt_str); in CallV8HeapFunction() local
1322 i::Handle<i::JSFunction>(i::JSFunction::cast(object_fun)); in CallV8HeapFunction()