Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-js.cc317 JSFunction::SetInstancePrototype( in Install()
/external/v8/src/
Dbootstrapper.cc1492 JSFunction::SetInstancePrototype(cons, in InitializeGlobal()
1503 JSFunction::SetInstancePrototype( in InitializeGlobal()
2420 JSFunction::SetInstancePrototype( in InitializeGlobal_harmony_simd()
Dobjects.h7369 static void SetInstancePrototype(Handle<JSFunction> function,
Dobjects.cc12861 void JSFunction::SetInstancePrototype(Handle<JSFunction> function, in SetInstancePrototype() function in v8::internal::JSFunction
12950 return SetInstancePrototype(function, construct_prototype); in SetPrototype()