Home
last modified time | relevance | path

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

/external/v8/src/
Dbootstrapper.cc4212 Handle<JSFunction> callsite_fun = InstallFunction( in ExportFromRuntime() local
4215 callsite_fun->shared()->DontAdaptArguments(); in ExportFromRuntime()
4216 isolate->native_context()->set_callsite_function(*callsite_fun); in ExportFromRuntime()
4221 JSObject::cast(callsite_fun->instance_prototype()), isolate); in ExportFromRuntime()