Home
last modified time | relevance | path

Searched defs:TryCall (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/mjsunit/
Dcall-non-function.js28 function TryCall(x) { class
/external/v8/src/
Dexecution.cc152 MaybeHandle<Object> Execution::TryCall(Handle<JSFunction> func, in TryCall() function in v8::internal::Execution