Home
last modified time | relevance | path

Searched refs:bound_function (Results 1 – 2 of 2) sorted by relevance

/external/v8/test/cctest/
Dtest-heap-profiler.cc186 const v8::HeapGraphNode* bound_function = GetProperty( in TEST() local
188 CHECK(bound_function); in TEST()
189 CHECK_EQ(v8::HeapGraphNode::kClosure, bound_function->GetType()); in TEST()
/external/v8/src/
Druntime.cc7792 CONVERT_ARG_HANDLE_CHECKED(JSFunction, bound_function, 0); in RUNTIME_FUNCTION()
7797 bound_function->shared()->set_bound(true); in RUNTIME_FUNCTION()
7835 bound_function->set_function_bindings(*new_bindings); in RUNTIME_FUNCTION()
7842 ForceSetProperty(bound_function, length_symbol, new_length, attr); in RUNTIME_FUNCTION()
7843 return *bound_function; in RUNTIME_FUNCTION()
7875 Handle<Object> bound_function( in RUNTIME_FUNCTION() local
7877 ASSERT(!bound_function->IsJSFunction() || in RUNTIME_FUNCTION()
7878 !Handle<JSFunction>::cast(bound_function)->shared()->bound()); in RUNTIME_FUNCTION()
7888 if (!bound_function->IsJSFunction()) { in RUNTIME_FUNCTION()
7890 bound_function = Execution::TryGetConstructorDelegate(bound_function, in RUNTIME_FUNCTION()
[all …]