Lines Matching refs:object_function
264 Handle<JSFunction> object_function = isolate->object_function(); in GetTypeForFunction() local
265 Handle<JSObject> object = factory->NewJSObject(object_function); in GetTypeForFunction()
293 Handle<JSFunction> object_function = isolate->object_function(); in GetTypeForGlobal() local
294 Handle<JSObject> object = factory->NewJSObject(object_function); in GetTypeForGlobal()
310 Handle<JSFunction> object_function = isolate->object_function(); in GetTypeForMemory() local
311 Handle<JSObject> object = factory->NewJSObject(object_function); in GetTypeForMemory()
335 Handle<JSFunction> object_function = isolate->object_function(); in GetTypeForTable() local
336 Handle<JSObject> object = factory->NewJSObject(object_function); in GetTypeForTable()
375 Handle<JSFunction> object_function = in GetImports() local
376 Handle<JSFunction>(isolate->native_context()->object_function(), isolate); in GetImports()
382 Handle<JSObject> entry = factory->NewJSObject(object_function); in GetImports()
475 Handle<JSFunction> object_function = in GetExports() local
476 Handle<JSFunction>(isolate->native_context()->object_function(), isolate); in GetExports()
530 Handle<JSObject> entry = factory->NewJSObject(object_function); in GetExports()