Searched defs:FunctionHandle (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dtypes.h265 typedef typename Config::template Handle<FunctionType>::type FunctionHandle; typedef in class:v8::internal::TypeImpl
291 static FunctionHandle Function(
300 FunctionHandle function = Function(result, Any(region), 1, region);
306 FunctionHandle function = Function(result, Any(region), 2, region);
314 FunctionHandle function = Function(result, Any(region), 3, region);
733 static FunctionHandle New(
737 FunctionHandle type = Config::template cast<FunctionType>(
745 static FunctionHandle New(

Completed in 121 milliseconds