Home
last modified time | relevance | path

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

/external/v8/src/builtins/
Dbuiltins-typed-array-gen.cc489 Label construct(this), if_detached(this), if_notdetached(this), in ConstructByTypedArray() local
496 Branch(IsDetachedBuffer(source_buffer), &if_detached, &if_notdetached); in ConstructByTypedArray()
500 BIND(&if_detached); in ConstructByTypedArray()
/external/v8/src/
Dcode-stub-assembler.cc12035 Label if_detached(this, Label::kDeferred), if_not_detached(this); in ThrowIfArrayBufferIsDetached() local
12036 Branch(IsDetachedBuffer(array_buffer), &if_detached, &if_not_detached); in ThrowIfArrayBufferIsDetached()
12037 BIND(&if_detached); in ThrowIfArrayBufferIsDetached()