Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6362773
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T23:57:09+00:00 2026-05-24T23:57:09+00:00

function foo() {} var bar = foo <| function() {}; This is the first

  • 0
function foo() {}
var bar = foo <| function() {};

This is the first time I’ve seen something like this. What does <| mean?

Source: https://github.com/allenwb/ESnext-experiments/blob/master/ST80collections-exp1.js

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-24T23:57:09+00:00Added an answer on May 24, 2026 at 11:57 pm

    Now that you have posted the link to the source, you can see in the comments at the top of the file exactly what it does (line 36):

    the <| operator — defines the [[Prototype]] of a literal…

    For these examples <| used with a function expression sets the
    [[Prototype]] of the object created as the value of the function’s
    “prototype” property to the value of the “prototype” property of the
    the LHS object. This is in addition to setting the [[Prototype]] of
    the function object itself. In other words, it builds sets the
    [[Prototype]] of both the function and of function.prototype to
    potentially different values.

    Update: I’ve just remembered this question as I came across the full ECMAScript Harmony proposal for this “literal [[Prototype]] operator”. There is a lot more information in there than in the quote above, so it’s worth a read.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

function Foo() { var myPrivateBool = false, myOtherVar; this.bar = function(myOtherVar) { myPrivateBool =
Normally you create a function using cfscript like: <cfscript> function foo() { return bar;
I don't understand the following: var x = function() { this.foo=foo; return function() {
I'd like to be able to do something like this: var fx = new
I have the following HTML / JS: <html> <body> <script> function foo(){ var html
I've got a JavaScript object, built this way: function foo() { this.length = 0;
I want to define a JavaScript class, Foo. Foo = function(value){ this.value = value;
Is this function declaration in C#: void foo(string mystring) the same as this one
What do *args and **kwargs mean in these function definitions? def foo(x, y, *args):
So, say I had the following script: var hey = { foo: 1, bar:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.