Home
last modified time | relevance | path

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

/external/chromium_org/tools/grit/grit/extern/
DFP.py61 def SetUnsignedFingerPrint(function_object): argument
70 UnsignedFingerPrint = function_object
/external/v8/src/
Dbootstrapper.cc1830 Object* function_object = holder->GetProperty(*name)->ToObjectUnchecked(); in InstallBuiltinFunctionId() local
1831 Handle<JSFunction> function(JSFunction::cast(function_object)); in InstallBuiltinFunctionId()
2093 Object* function_object = builtins->GetPropertyNoExceptionThrown(*name); in InstallJSBuiltins() local
2095 = Handle<JSFunction>(JSFunction::cast(function_object)); in InstallJSBuiltins()
Druntime.cc12447 Handle<Object> function_object(args[0], isolate); in RUNTIME_FUNCTION() local
12450 if (function_object->IsJSValue()) { in RUNTIME_FUNCTION()
12451 Handle<JSValue> function_wrapper = Handle<JSValue>::cast(function_object); in RUNTIME_FUNCTION()
/external/chromium_org/v8/src/
Dbootstrapper.cc2070 Object* function_object = holder->GetProperty(*name)->ToObjectUnchecked(); in InstallBuiltinFunctionId() local
2071 Handle<JSFunction> function(JSFunction::cast(function_object)); in InstallBuiltinFunctionId()
2348 Object* function_object = builtins->GetPropertyNoExceptionThrown(*name); in InstallJSBuiltins() local
2350 = Handle<JSFunction>(JSFunction::cast(function_object)); in InstallJSBuiltins()
Druntime.cc13374 Handle<Object> function_object(args[0], isolate); in RUNTIME_FUNCTION() local
13377 if (function_object->IsJSValue()) { in RUNTIME_FUNCTION()
13378 Handle<JSValue> function_wrapper = Handle<JSValue>::cast(function_object); in RUNTIME_FUNCTION()